diff options
| author | Damien George | 2015-01-01 21:06:20 +0000 |
|---|---|---|
| committer | Damien George | 2015-01-01 21:06:20 +0000 |
| commit | 2cf6dfa280a8149941aafc852fbaae8bdfc4999e (patch) | |
| tree | 9e9ea6ed5591f424359ce25cd0f56d8932380a0e /stmhal/led.c | |
| parent | b36be5ff5172c97a8f37228c1ec163df466fd588 (diff) | |
stmhal: Prefix includes with py/; remove need for -I../py.
Diffstat (limited to 'stmhal/led.c')
| -rw-r--r-- | stmhal/led.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/stmhal/led.c b/stmhal/led.c index 69d753cff..4a583d4cf 100644 --- a/stmhal/led.c +++ b/stmhal/led.c @@ -27,12 +27,8 @@ #include <stdio.h> #include <stm32f4xx_hal.h> -#include "mpconfig.h" -#include "nlr.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" -#include "runtime.h" +#include "py/nlr.h" +#include "py/runtime.h" #include "timer.h" #include "led.h" #include "pin.h" |
