]> git.sur5r.net Git - freertos/commitdiff
Add #define constant required to access the queue name get function.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 29 Nov 2011 19:06:39 +0000 (19:06 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 29 Nov 2011 19:06:39 +0000 (19:06 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1645 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/WIN32-MSVC/FreeRTOSConfig.h
Demo/WIN32-MSVC/WIN32.suo

index c6b7b5be1c7dfd64264bdd3ad86a7a8d55ad9871..d72c660235fa937c8815953c7a6cb6959d93aea4 100644 (file)
@@ -113,6 +113,7 @@ to exclude the API function. */
 #define INCLUDE_xTaskGetSchedulerState         1\r
 #define INCLUDE_xTimerGetTimerDaemonTaskHandle 1\r
 #define INCLUDE_xTaskGetIdleTaskHandle         1\r
+#define INCLUDE_pcTaskGetTaskName                      1\r
 \r
 extern void vAssertCalled( void );\r
 #define configASSERT( x ) if( ( x ) == 0 ) vAssertCalled()\r
index 481e87bf0306909b2b9db3c3afab29f181709f19..d5a322bb84675b31730bde6bd5d18fcce71c3017 100644 (file)
Binary files a/Demo/WIN32-MSVC/WIN32.suo and b/Demo/WIN32-MSVC/WIN32.suo differ