extend include path

This commit is contained in:
microDev 2021-01-30 14:00:14 +05:30
parent 76256821ec
commit 34fe152fcf
No known key found for this signature in database
GPG Key ID: 2C0867BE60967730

View File

@ -30,7 +30,7 @@
#include "shared-bindings/watchdog/__init__.h" #include "shared-bindings/watchdog/__init__.h"
#include "shared-bindings/microcontroller/__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) { void common_hal_watchdog_feed(watchdog_watchdogtimer_obj_t *self) {
watchdog_update(); watchdog_update();