From cbf755a320a413224112444fe5b3dd0152d7d41e Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sun, 11 Jul 2010 22:59:19 +0200 Subject: do not compile Test bitmaps --- AT91SAM7S256/Source/BtTest.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'AT91SAM7S256') 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); -- cgit v1.2.3