]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/WIN32-MSVC-lwIP/FreeRTOSConfig.h
Prepare for a FreeRTOS V9 release candidate:
[freertos] / FreeRTOS / Demo / WIN32-MSVC-lwIP / FreeRTOSConfig.h
index 6cb7229333c19cc2657c7f8537cbf3c100a088ef..a1a5827eed7c7b501eaa649c06d5490cf1b67e2d 100644 (file)
 #define configUSE_MALLOC_FAILED_HOOK   1\r
 #define configUSE_APPLICATION_TASK_TAG 0\r
 #define configUSE_COUNTING_SEMAPHORES  1\r
-#define configUSE_ALTERNATIVE_API              1\r
+#define configUSE_ALTERNATIVE_API              0\r
 \r
 #define configUSE_TIMERS                               1\r
 #define configTIMER_TASK_PRIORITY              2\r
@@ -134,7 +134,7 @@ to exclude the API function. */
 \r
 /* This demo makes use of one or more example stats formatting functions.  These\r
 format the raw data provided by the xTaskGetSystemState() function in to human\r
-readable ASCII form.  See the notes in the implementation of vTaskList() within \r
+readable ASCII form.  See the notes in the implementation of vTaskList() within\r
 FreeRTOS/Source/tasks.c for limitations. */\r
 #define configINCLUDE_STATS_FORMATTING_FUNCTIONS       1\r
 \r