aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/Source')
-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);