]> git.sur5r.net Git - freertos/commitdiff
Ensure the user is forced to select an option through the use of a #error directive.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 29 Sep 2009 19:34:04 +0000 (19:34 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 29 Sep 2009 19:34:04 +0000 (19:34 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@874 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h

index 0ebc61d0419474f6fa21dd06a7e950ffb96f5124..95135242e917c57cf5331715cb3f0839ec0dff52 100644 (file)
@@ -67,7 +67,7 @@
 //#define configPINSEL2_VALUE  0x50151105\r
 \r
 /* Value to use on rev 'A' and newer devices. */\r
-#define configPINSEL2_VALUE    0x50150105\r
+//#define configPINSEL2_VALUE  0x50150105\r
 \r
 #ifndef configPINSEL2_VALUE\r
        #error Please uncomment one of the two configPINSEL2_VALUE definitions above, depending on the revision of the LPC2000 device being used.\r