diff options
| author | Damien George | 2014-04-17 18:03:27 +0100 |
|---|---|---|
| committer | Damien George | 2014-04-17 18:03:27 +0100 |
| commit | d553be5982722fc5ee5240fbfb15697849881ced (patch) | |
| tree | 4312b491aaee255ed7d8dbffe74f79011de1c426 /stmhal/sdcard.c | |
| parent | 2d1f865d16c5a7e27f5e46c96d087a7ff8a49012 (diff) | |
build: Simplify build directory layout by putting all headers in genhdr.
Any generated headers go in $(BUILD)/genhdr/, and are #included as
'genhdr/xxx.h'.
Diffstat (limited to 'stmhal/sdcard.c')
| -rw-r--r-- | stmhal/sdcard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/sdcard.c b/stmhal/sdcard.c index 994eb26c2..4c8e3d990 100644 --- a/stmhal/sdcard.c +++ b/stmhal/sdcard.c @@ -9,7 +9,7 @@ #include "runtime.h" #include "sdcard.h" #include "pin.h" -#include "build/pins.h" +#include "genhdr/pins.h" #if MICROPY_HW_HAS_SDCARD |
