summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c b/ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
index 9184d1561..f23ccda77 100644
--- a/ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
+++ b/ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
@@ -30,7 +30,7 @@
#include "shared-bindings/watchdog/__init__.h"
#include "shared-bindings/microcontroller/__init__.h"
-#include "hardware/watchdog.h"
+#include "src/rp2_common/hardware_watchdog/include/hardware/watchdog.h"
void common_hal_watchdog_feed(watchdog_watchdogtimer_obj_t *self) {
watchdog_update();