summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/WIN32-MSVC
diff options
context:
space:
mode:
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2016-04-04 14:53:04 +0000
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2016-04-04 14:53:04 +0000
commite90329865b5e0a8ed6391a2d05ef863139dd5533 (patch)
tree54434cb9a50dfe9d432c6e92467cf7104d43f8c1 /FreeRTOS/Demo/WIN32-MSVC
parent05067b72f3b2b6e82faf5c01e515442448633ab5 (diff)
downloadfreertos-e90329865b5e0a8ed6391a2d05ef863139dd5533.tar.gz
Correct comment error that was replicated on many different main_full.c files.
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2438 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/Demo/WIN32-MSVC')
-rw-r--r--FreeRTOS/Demo/WIN32-MSVC/main_full.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/FreeRTOS/Demo/WIN32-MSVC/main_full.c b/FreeRTOS/Demo/WIN32-MSVC/main_full.c
index c8f694a2d..efa214730 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/main_full.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/main_full.c
@@ -309,10 +309,10 @@ const TickType_t xCycleFrequency = pdMS_TO_TICKS( 2500UL );
{
pcStatusMessage = "Error: EventGroup";
}
- else if( xAreIntegerMathsTaskStillRunning() != pdTRUE )
- {
+ else if( xAreIntegerMathsTaskStillRunning() != pdTRUE )
+ {
pcStatusMessage = "Error: IntMath";
- }
+ }
else if( xAreGenericQueueTasksStillRunning() != pdTRUE )
{
pcStatusMessage = "Error: GenQueue";
@@ -325,20 +325,20 @@ const TickType_t xCycleFrequency = pdMS_TO_TICKS( 2500UL );
{
pcStatusMessage = "Error: BlockQueue";
}
- else if( xAreSemaphoreTasksStillRunning() != pdTRUE )
- {
+ else if( xAreSemaphoreTasksStillRunning() != pdTRUE )
+ {
pcStatusMessage = "Error: SemTest";
- }
- else if( xArePollingQueuesStillRunning() != pdTRUE )
- {
+ }
+ else if( xArePollingQueuesStillRunning() != pdTRUE )
+ {
pcStatusMessage = "Error: PollQueue";
- }
+ }
else if( xAreMathsTaskStillRunning() != pdPASS )
{
pcStatusMessage = "Error: Flop";
}
- else if( xAreRecursiveMutexTasksStillRunning() != pdTRUE )
- {
+ else if( xAreRecursiveMutexTasksStillRunning() != pdTRUE )
+ {
pcStatusMessage = "Error: RecMutex";
}
else if( xAreCountingSemaphoreTasksStillRunning() != pdTRUE )