summaryrefslogtreecommitdiff
path: root/ports/raspberrypi
diff options
context:
space:
mode:
authormicroDev <70126934+microDev1@users.noreply.github.com>2021-01-30 14:00:14 +0530
committermicroDev <70126934+microDev1@users.noreply.github.com>2021-01-30 14:00:14 +0530
commit34fe152fcff402a71482e5866a0f840021b44eaa (patch)
tree04fdee9c013a2c2287f78778b68c8679a51f567a /ports/raspberrypi
parent76256821ec2486b43a2eb405dcef10024a1fda4b (diff)
extend include path
Diffstat (limited to 'ports/raspberrypi')
-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();