circuitpython/shared-bindings/watchdog
Scott Shawcroft 644d2ba7a2 Add more "extern" declarations for gcc10 compat
gcc has tightened the restrictions on forward declarations that lack
"extern".  Fix them up.
2020-08-21 14:39:37 -05:00
..
WatchDogMode.c Fix several type hints 2020-07-27 18:05:13 +09:00
WatchDogMode.h Add more "extern" declarations for gcc10 compat 2020-08-21 14:39:37 -05:00
WatchDogTimer.c Fix several type hints 2020-07-27 18:05:13 +09:00
WatchDogTimer.h watchdog: use common_hal_watchdog_* pattern 2020-05-27 11:38:29 +08:00
__init__.c Remove NONE from mode enum and doc tweaks 2020-05-27 10:58:21 -07:00
__init__.h watchdog: move timeout exception to shared-bindings 2020-05-27 11:28:49 +08:00