ARMmbed / mbed-os-example-ble

BLE demos using mbed OS and mbed cli
Apache License 2.0
134 stars 118 forks source link

Remove wait deprecated API usage #286

Closed rajkan01 closed 4 years ago

rajkan01 commented 4 years ago

wait and wait_ms are removed from Mbed OS source in the PR#12572, so modified source to use thread_sleep_for API.

Reviewers

@evedon, @donatieng @pan-