The implementation of lf_clock_gettime in https://github.com/icyphy/lf-buckler/blob/main/platform/lf_nrf52_support.c assumes that the function will be called at intervals that do not exceed 71 minutes. This assumption should be guaranteed by the platform rather than just assumed by ensuring that the function is called frequently enough.
The implementation of lf_clock_gettime in https://github.com/icyphy/lf-buckler/blob/main/platform/lf_nrf52_support.c assumes that the function will be called at intervals that do not exceed 71 minutes. This assumption should be guaranteed by the platform rather than just assumed by ensuring that the function is called frequently enough.