X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FWIN32-MSVC-lwIP%2FFreeRTOSConfig.h;h=a1a5827eed7c7b501eaa649c06d5490cf1b67e2d;hb=9c649080851608fe40cf2e9ddde9415233882d4c;hp=6cb7229333c19cc2657c7f8537cbf3c100a088ef;hpb=a79c161476546ec571feabcb5c6dc3e88df1cd5e;p=freertos diff --git a/FreeRTOS/Demo/WIN32-MSVC-lwIP/FreeRTOSConfig.h b/FreeRTOS/Demo/WIN32-MSVC-lwIP/FreeRTOSConfig.h index 6cb722933..a1a5827ee 100644 --- a/FreeRTOS/Demo/WIN32-MSVC-lwIP/FreeRTOSConfig.h +++ b/FreeRTOS/Demo/WIN32-MSVC-lwIP/FreeRTOSConfig.h @@ -104,7 +104,7 @@ #define configUSE_MALLOC_FAILED_HOOK 1 #define configUSE_APPLICATION_TASK_TAG 0 #define configUSE_COUNTING_SEMAPHORES 1 -#define configUSE_ALTERNATIVE_API 1 +#define configUSE_ALTERNATIVE_API 0 #define configUSE_TIMERS 1 #define configTIMER_TASK_PRIORITY 2 @@ -134,7 +134,7 @@ to exclude the API function. */ /* This demo makes use of one or more example stats formatting functions. These format the raw data provided by the xTaskGetSystemState() function in to human -readable ASCII form. See the notes in the implementation of vTaskList() within +readable ASCII form. See the notes in the implementation of vTaskList() within FreeRTOS/Source/tasks.c for limitations. */ #define configINCLUDE_STATS_FORMATTING_FUNCTIONS 1