ARMmbed / mbed-client-for-azure

Azure IoT Device SDK port for Mbed OS
Apache License 2.0
5 stars 4 forks source link

Fix us_ticker overflow in tickcounter adapter #9

Closed ccli8 closed 3 years ago

ccli8 commented 3 years ago

On Mbed OS, us_ticker bit number supported is not fixed to 32 bits. us_ticker_get_info() must be honored to fetch correct one.

LDong-Arm commented 3 years ago

@ccli8 Thanks for the fix, we'll look into this.