diff --git a/Source/include/semphr.h b/Source/include/semphr.h index 722b3fc0a..33fe01263 100644 --- a/Source/include/semphr.h +++ b/Source/include/semphr.h @@ -115,7 +115,7 @@ typedef xQueueHandle xSemaphoreHandle; /** * semphr. h - * xSemaphoreTake( + *
xSemaphoreTake( 
  *                   xSemaphoreHandle xSemaphore, 
  *                   portTickType xBlockTime 
  *               )
@@ -478,8 +478,8 @@ typedef xQueueHandle xSemaphoreHandle; * * Example usage:
- #define LONG_TIME 0xffff
- #define TICKS_TO_WAIT	10
+ \#define LONG_TIME 0xffff
+ \#define TICKS_TO_WAIT	10
  xSemaphoreHandle xSemaphore = NULL;
 
  // Repetitive task.