adafruit / Adafruit_nRF52_Arduino

Adafruit code for the Nordic nRF52 BLE SoC on Arduino
Other
606 stars 492 forks source link

support longer ms values in ms2tick #706

Closed thinkOfaNumber closed 2 years ago

thinkOfaNumber commented 2 years ago

Use uint64_t for intermediate calculate of pdMS_TO_TICKS so stop integer overflow for long ms values. Fixes #705

thinkOfaNumber commented 2 years ago

CI failed randomly, re-run and will merged when passed.

Thanks I saw the 503 but couldn't re-run it so I guessed I didn't have the privileges. Thanks for following it up!