From 13b1575af4bbd30d75cafde02cce9dc7e0f531d1 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Tue, 29 Sep 2009 19:34:04 +0000 Subject: [PATCH] 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 --- Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5