From: richardbarry Date: Tue, 29 Nov 2011 19:06:39 +0000 (+0000) Subject: Add #define constant required to access the queue name get function. X-Git-Tag: V7.1.0~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a9456f08f0eb9f4016ffaa784d43ae07c3e04e27;p=freertos Add #define constant required to access the queue name get function. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1645 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/WIN32-MSVC/FreeRTOSConfig.h b/Demo/WIN32-MSVC/FreeRTOSConfig.h index c6b7b5be1..d72c66023 100644 --- a/Demo/WIN32-MSVC/FreeRTOSConfig.h +++ b/Demo/WIN32-MSVC/FreeRTOSConfig.h @@ -113,6 +113,7 @@ to exclude the API function. */ #define INCLUDE_xTaskGetSchedulerState 1 #define INCLUDE_xTimerGetTimerDaemonTaskHandle 1 #define INCLUDE_xTaskGetIdleTaskHandle 1 +#define INCLUDE_pcTaskGetTaskName 1 extern void vAssertCalled( void ); #define configASSERT( x ) if( ( x ) == 0 ) vAssertCalled() diff --git a/Demo/WIN32-MSVC/WIN32.suo b/Demo/WIN32-MSVC/WIN32.suo index 481e87bf0..d5a322bb8 100644 Binary files a/Demo/WIN32-MSVC/WIN32.suo and b/Demo/WIN32-MSVC/WIN32.suo differ