summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-01-29 16:22:42 +0000
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-01-29 16:22:42 +0000
commit5d988162822a7c2cec226529cf234388cea01a2f (patch)
treeda46bd3e4769d453eb3f7afe4dab4cc4f4ad5271
parent9e7e49b22e106ab3b60afda0aff2b24f25850e14 (diff)
downloadfreertos-5d988162822a7c2cec226529cf234388cea01a2f.tar.gz
freertos-5d988162822a7c2cec226529cf234388cea01a2f.tar.bz2
freertos-5d988162822a7c2cec226529cf234388cea01a2f.tar.xz
Tidy up only.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@639 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
-rw-r--r--Demo/Common/Minimal/BlockQ.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Demo/Common/Minimal/BlockQ.c b/Demo/Common/Minimal/BlockQ.c
index 53c7ea1d..ed789614 100644
--- a/Demo/Common/Minimal/BlockQ.c
+++ b/Demo/Common/Minimal/BlockQ.c
@@ -37,13 +37,13 @@
Please ensure to read the configuration and relevant port sections of the
online documentation.
- http://www.FreeRTOS.org - Documentation, latest information, license and
+ http://www.FreeRTOS.org - Documentation, latest information, license and
contact details.
- http://www.SafeRTOS.com - A version that is certified for use in safety
+ http://www.SafeRTOS.com - A version that is certified for use in safety
critical systems.
- http://www.OpenRTOS.com - Commercial support, development, porting,
+ http://www.OpenRTOS.com - Commercial support, development, porting,
licensing and training services.
*/
@@ -71,7 +71,7 @@
*
*/
-/*
+/*
Changes from V4.1.1