While migrating from 12.1 to 12.3 I noticed changes to nrf_drv_wdt_init; specifially the removal of uint64_t casts. Why were these removed?
We use a 5 minute reload value, which doesn't work with the 12.3 changes.
While migrating from 12.1 to 12.3 I noticed changes to nrf_drv_wdt_init; specifially the removal of uint64_t casts. Why were these removed?
We use a 5 minute reload value, which doesn't work with the 12.3 changes.
Hi,
It was changed by a mistake. If you look in SDK 13.1.0 for example, the uint64_t cast is back.
Thanks. I am using 12.3 instead of 13.1 because our devices are running S132 v3. Am I correct to use 12.3?
Thanks. I am using 12.3 instead of 13.1 because our devices are running S132 v3. Am I correct to use 12.3?