aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256
diff options
context:
space:
mode:
authorNicolas Schodet2010-07-11 22:59:19 +0200
committerNicolas Schodet2010-08-20 00:18:23 +0200
commitcbf755a320a413224112444fe5b3dd0152d7d41e (patch)
tree108497bf42b7a1f43e1be1ec895e425b8cb6454b /AT91SAM7S256
parent77e0c9ae5935476a7b2e5fe248841fd6701d1ea2 (diff)
do not compile Test bitmaps
Diffstat (limited to 'AT91SAM7S256')
-rw-r--r--AT91SAM7S256/Source/BtTest.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/AT91SAM7S256/Source/BtTest.inc b/AT91SAM7S256/Source/BtTest.inc
index 18c2916..5122d81 100644
--- a/AT91SAM7S256/Source/BtTest.inc
+++ b/AT91SAM7S256/Source/BtTest.inc
@@ -1,8 +1,11 @@
//******* TestPrg ************************************************************
+//#define TESTPRG // If defined the test program will be included
+
+#ifdef TESTPRG
#include "Test1.txt"
#include "Test2.txt"
-//#define TESTPRG // If defined the test program will be included
+#endif
extern void BtIo(void);