Skip to content

Commit 34fe152

Browse files
committed
extend include path
1 parent 7625682 commit 34fe152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "shared-bindings/watchdog/__init__.h"
3131
#include "shared-bindings/microcontroller/__init__.h"
3232

33-
#include "hardware/watchdog.h"
33+
#include "src/rp2_common/hardware_watchdog/include/hardware/watchdog.h"
3434

3535
void common_hal_watchdog_feed(watchdog_watchdogtimer_obj_t *self) {
3636
watchdog_update();

0 commit comments

Comments
 (0)