diff options
Diffstat (limited to 'stmhal/led.c')
-rw-r--r-- | stmhal/led.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/led.c b/stmhal/led.c index 5c2d2c60a4..52a787eede 100644 --- a/stmhal/led.c +++ b/stmhal/led.c @@ -10,7 +10,7 @@ #include "timer.h" #include "led.h" #include "pin.h" -#include "build/pins.h" +#include "genhdr/pins.h" typedef struct _pyb_led_obj_t { mp_obj_base_t base; |