From 902e86242ea579fbc15f77c5665520404cbbd0ff Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 7 Sep 2010 23:47:04 +0200 Subject: add config to include intro This makes it possible to remove the long introduction animation. It also save some flash space. --- AT91SAM7S256/Source/config.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 AT91SAM7S256/Source/config.h (limited to 'AT91SAM7S256/Source/config.h') 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 */ -- cgit v1.2.3