summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/WIN32-MSVC
diff options
context:
space:
mode:
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2018-02-26 21:22:44 +0000
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2018-02-26 21:22:44 +0000
commitda030c7fd0b1f096ccf5731821db3de3c740b56f (patch)
treedb73609abadb400c26e2d498cd7bcfc9c350c0a8 /FreeRTOS/Demo/WIN32-MSVC
parent67c1fb11d75e21c357c7b09e2b527b813676e14d (diff)
downloadfreertos-da030c7fd0b1f096ccf5731821db3de3c740b56f.tar.gz
Fix buffer clean up in \FreeRTOS_Plus_TCP_Minimal_Windows_Simulator\demo_logging.c.
Update queue code to allow an overwrite operation on a queue that is in a queue set, and add prvTestQueueOverwriteWithQueueSet() to test function. Update Eclipse Win32 project to bring it closer the the Visual Studio equivalent. git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2530 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/Demo/WIN32-MSVC')
-rw-r--r--FreeRTOS/Demo/WIN32-MSVC/.vs/WIN32/v14/.suobin44032 -> 49664 bytes
-rw-r--r--FreeRTOS/Demo/WIN32-MSVC/main_full.c4
2 files changed, 2 insertions, 2 deletions
diff --git a/FreeRTOS/Demo/WIN32-MSVC/.vs/WIN32/v14/.suo b/FreeRTOS/Demo/WIN32-MSVC/.vs/WIN32/v14/.suo
index e28c889a4..87d803022 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/.vs/WIN32/v14/.suo
+++ b/FreeRTOS/Demo/WIN32-MSVC/.vs/WIN32/v14/.suo
Binary files differ
diff --git a/FreeRTOS/Demo/WIN32-MSVC/main_full.c b/FreeRTOS/Demo/WIN32-MSVC/main_full.c
index b99ff8b8d..68488eb37 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/main_full.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/main_full.c
@@ -141,8 +141,8 @@ static void prvDemonstrateTaskStateAndHandleGetFunctions( void );
static void prvDemonstratePendingFunctionCall( void );
/*
-* The function that is pended by prvDemonstratePendingFunctionCall().
-*/
+ * The function that is pended by prvDemonstratePendingFunctionCall().
+ */
static void prvPendedFunction( void *pvParameter1, uint32_t ulParameter2 );
/*