From 30b7731258ec0f7e8bab714f3e6231a988161c61 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Mon, 23 Nov 2009 10:23:31 +0000 Subject: [PATCH] Changes in the comments only. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@938 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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.
-- 
2.39.5