From c0fae3b4dd38516a296af39b38a789fa0f510a78 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Mon, 23 Nov 2009 10:23:31 +0000 Subject: [PATCH] Changes in the comments only. --- Source/include/semphr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.