aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/stdconst.h
diff options
context:
space:
mode:
authorNicolas Schodet2010-09-07 23:47:04 +0200
committerNicolas Schodet2010-09-07 23:48:53 +0200
commit902e86242ea579fbc15f77c5665520404cbbd0ff (patch)
tree0a07bef01a1e79f6c0dff9b30192a756b26271a0 /AT91SAM7S256/Source/stdconst.h
parent2000d99b11d1170a2e1235657a8a92af36bc371b (diff)
add config to include intro
This makes it possible to remove the long introduction animation. It also save some flash space.
Diffstat (limited to 'AT91SAM7S256/Source/stdconst.h')
-rw-r--r--AT91SAM7S256/Source/stdconst.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/AT91SAM7S256/Source/stdconst.h b/AT91SAM7S256/Source/stdconst.h
index bf8f052..6c08175 100644
--- a/AT91SAM7S256/Source/stdconst.h
+++ b/AT91SAM7S256/Source/stdconst.h
@@ -20,6 +20,8 @@
#ifndef STDCONST
#define STDCONST
+#include "config.h"
+
#ifndef NULL
#define NULL ((void *)0)
#endif