We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7625682 commit 34fe152Copy full SHA for 34fe152
ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
@@ -30,7 +30,7 @@
30
#include "shared-bindings/watchdog/__init__.h"
31
#include "shared-bindings/microcontroller/__init__.h"
32
33
-#include "hardware/watchdog.h"
+#include "src/rp2_common/hardware_watchdog/include/hardware/watchdog.h"
34
35
void common_hal_watchdog_feed(watchdog_watchdogtimer_obj_t *self) {
36
watchdog_update();
0 commit comments