summaryrefslogtreecommitdiffstatshomepage
path: root/stm/lcd.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-05-10 10:38:38 +0100
committerDamien George <damien.p.george@gmail.com>2014-05-10 10:38:38 +0100
commitc17fd70de93202a97d1af5b48b7db9415951b5a1 (patch)
tree0a331dc4a19a7f11811df235386fba6b687a1951 /stm/lcd.c
parent3417bc2f25c492f7551e35d14349d85a45122b43 (diff)
downloadmicropython-c17fd70de93202a97d1af5b48b7db9415951b5a1.tar.gz
micropython-c17fd70de93202a97d1af5b48b7db9415951b5a1.zip
stm: Reorder mpconfig.h header inclusion to get stm building.
Diffstat (limited to 'stm/lcd.c')
-rw-r--r--stm/lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/lcd.c b/stm/lcd.c
index 3c5bdf75da..44c4833a5b 100644
--- a/stm/lcd.c
+++ b/stm/lcd.c
@@ -1,9 +1,9 @@
#include <string.h>
#include <stm32f4xx_gpio.h>
+#include "mpconfig.h"
#include "nlr.h"
#include "misc.h"
-#include "mpconfig.h"
#if MICROPY_HW_HAS_LCD