circuitpython/ports/atmel-samd/common-hal/watchdog
Jeff Epler 43b593725b atmel-samd: Fix converting watchdog seconds to cycles
It's intended that the actual timeout always be at least the requested
timeout.  However, due to multiplying by the wrong factor to get from
seconds to cycles, a timeout request of e.g., 8.1s (which is less than
8.192s) would give an actual timeout of 8, not 16 as it should.
2021-11-05 11:40:08 -05:00
..
WatchDogMode.c samd51: Add watchdog timer 2021-10-19 10:52:14 -05:00
WatchDogTimer.c atmel-samd: Fix converting watchdog seconds to cycles 2021-11-05 11:40:08 -05:00
WatchDogTimer.h samd51: Add watchdog timer 2021-10-19 10:52:14 -05:00
__init__.c samd51: Add watchdog timer 2021-10-19 10:52:14 -05:00