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/stdconst.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'AT91SAM7S256/Source/stdconst.h') 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 -- cgit v1.2.3