]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
Add the event group interrupt tests to the Win32 demo projects.
[freertos] / FreeRTOS / Demo / WIN32-MingW / FreeRTOSConfig.h
index 1935f454bdf351d69acf20eae31ae4f1e1f931eb..ad1a5b7e74362e900c6a5dfcf9e8ed91e00d4e82 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd. \r
+    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -134,13 +134,13 @@ to exclude the API function. */
 #define INCLUDE_pcTaskGetTaskName                              1\r
 #define INCLUDE_eTaskGetState                                  1\r
 #define INCLUDE_xSemaphoreGetMutexHolder               1\r
-#define INCLUDE_xTimerPendCallbackFromISR              1\r
+#define INCLUDE_xTimerPendFunctionCallFromISR  1\r
 \r
 /* Standard assert semantics. */\r
 extern void vAssertCalled( unsigned long ulLine, const char * const pcFileName );\r
 #define configASSERT( x ) if( ( x ) == 0 ) vAssertCalled( __LINE__, __FILE__ )\r
 \r
-/* configUSE_PORT_OPTIMISED_TASK_SELECTION is only available in the MSVC \r
+/* configUSE_PORT_OPTIMISED_TASK_SELECTION is only available in the MSVC\r
 version of the Win32 simulator projects.  It will be ignored in the GCC\r
 version. */\r
 #define configUSE_PORT_OPTIMISED_TASK_SELECTION 1\r