aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/config.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/config.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/config.h')
-rw-r--r--AT91SAM7S256/Source/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/AT91SAM7S256/Source/config.h b/AT91SAM7S256/Source/config.h
new file mode 100644
index 0000000..d396771
--- /dev/null
+++ b/AT91SAM7S256/Source/config.h
@@ -0,0 +1,10 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+/*
+ * This file defines compilation options.
+ */
+
+/* Include intro code and images. */
+#define CONFIG_INTRO 1
+
+#endif /* CONFIG_H */