From: richardbarry Date: Tue, 29 Sep 2009 19:34:04 +0000 (+0000) Subject: Ensure the user is forced to select an option through the use of a #error directive. X-Git-Tag: V6.0.0~54 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=13b1575af4bbd30d75cafde02cce9dc7e0f531d1;p=freertos Ensure the user is forced to select an option through the use of a #error directive. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@874 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h index 0ebc61d04..95135242e 100644 --- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h +++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h @@ -67,7 +67,7 @@ //#define configPINSEL2_VALUE 0x50151105 /* Value to use on rev 'A' and newer devices. */ -#define configPINSEL2_VALUE 0x50150105 +//#define configPINSEL2_VALUE 0x50150105 #ifndef configPINSEL2_VALUE #error Please uncomment one of the two configPINSEL2_VALUE definitions above, depending on the revision of the LPC2000 device being used.