diff options
Diffstat (limited to 'circuitpython/ports/raspberrypi/common-hal/watchdog/WatchDogMode.c')
-rw-r--r-- | circuitpython/ports/raspberrypi/common-hal/watchdog/WatchDogMode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/circuitpython/ports/raspberrypi/common-hal/watchdog/WatchDogMode.c b/circuitpython/ports/raspberrypi/common-hal/watchdog/WatchDogMode.c new file mode 100644 index 0000000..fc4e0e0 --- /dev/null +++ b/circuitpython/ports/raspberrypi/common-hal/watchdog/WatchDogMode.c @@ -0,0 +1 @@ +// No watchdog module functions. |