summaryrefslogtreecommitdiff
path: root/stmhal/adc.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-17 18:03:27 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-17 18:03:27 +0100
commitd553be5982722fc5ee5240fbfb15697849881ced (patch)
tree4312b491aaee255ed7d8dbffe74f79011de1c426 /stmhal/adc.c
parent2d1f865d16c5a7e27f5e46c96d087a7ff8a49012 (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/adc.c')
-rw-r--r--stmhal/adc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/adc.c b/stmhal/adc.c
index dafa3f7bc..b0a7a0749 100644
--- a/stmhal/adc.c
+++ b/stmhal/adc.c
@@ -10,7 +10,7 @@
#include "runtime.h"
#include "adc.h"
#include "pin.h"
-#include "build/pins.h"
+#include "genhdr/pins.h"
#include "timer.h"
// Usage Model: