From: richardbarry Date: Fri, 29 May 2009 08:12:46 +0000 (+0000) Subject: Correct typeo. X-Git-Tag: V5.3.0~22 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=487f5b8a2662e0d8520a8f474f6c73a623dc110a;p=freertos Correct typeo. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@744 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/readme.txt b/Source/readme.txt index df1543ad6..81518ecb4 100644 --- a/Source/readme.txt +++ b/Source/readme.txt @@ -4,7 +4,7 @@ specific to a particular microcontroller and or compiler. + The FreeRTOS/Source directory contains the three files that are common to every port - list.c, queue.c and tasks.c. The kernel is contained within these -three files. croutine.c implements the options co-routine functionality - which +three files. croutine.c implements the optional co-routine functionality - which is normally only used on very memory limited systems. + The FreeRTOS/Source/Portable directory contains the files that are specific to