Minor comment corrections prior to tagging.

This commit is contained in:
Richard Barry 2013-12-31 21:30:30 +00:00
parent a8836b5c43
commit 723682f1dd
2 changed files with 3 additions and 3 deletions

View File

@ -364,7 +364,7 @@ BaseType_t xError = pdFALSE;
* test master task.
***********************************************************************
/* This task is controller by the 'test master' task (which is
This task is controller by the 'test master' task (which is
implemented by prvTestMasterTask()). Suspend until resumed by the
'test master' task. */
vTaskSuspend( NULL );
@ -435,7 +435,7 @@ BaseType_t xError = pdFALSE;
***********************************************************************
/* Once again wait for the 'test master' task to unsuspend this task
Once again wait for the 'test master' task to unsuspend this task
when it is time for the next test. */
vTaskSuspend( NULL );

View File

@ -696,7 +696,7 @@ is included as it is used by the port layer. */
#define xSemaphoreHandle SemaphoreHandle_t
#define xQueueSetHandle QueueSetHandle_t
#define xQueueSetMemberHandle QueueSetMemberHandle_t
#define xTimeoutType TimeOut_t
#define xTimeOutType TimeOut_t
#define xMemoryRegion MemoryRegion_t
#define xTaskParameters TaskParameters_t
#define xTaskStatusType TaskStatus_t