ARMmbed / mbed-semtech-lora-rf-drivers

Semtech's LoRa RF drivers for mbed OS
Other
31 stars 25 forks source link

Using new rtos::Thread APIs #32

Closed hasnainvirk closed 5 years ago

hasnainvirk commented 5 years ago

Some of the rtos::Thread APIs like signal_set() and signal_wait() are now deprecated. Although they are still backward compatible, we switch to the new APIs.