summaryrefslogtreecommitdiff
path: root/Source/croutine.c
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-03-25 21:22:13 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-03-25 21:22:13 +0000
commit61a494c693fe1ba70f00825fb9a33d696fabed7a (patch)
tree2629ef885663c7f4c9800f7fb65c79e1847d3470 /Source/croutine.c
parent632e2ba120e680217040aad264485316e1e4a009 (diff)
downloadfreertos-61a494c693fe1ba70f00825fb9a33d696fabed7a.tar.gz
freertos-61a494c693fe1ba70f00825fb9a33d696fabed7a.tar.bz2
freertos-61a494c693fe1ba70f00825fb9a33d696fabed7a.tar.xz
Update version numbers to V4.8.0
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@282 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source/croutine.c')
-rw-r--r--Source/croutine.c26
1 files changed, 16 insertions, 10 deletions
diff --git a/Source/croutine.c b/Source/croutine.c
index b8c18681..a330e329 100644
--- a/Source/croutine.c
+++ b/Source/croutine.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V4.7.2 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V4.8.0 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -24,20 +24,26 @@
can be applied.
***************************************************************************
+ ***************************************************************************
+ * *
+ * SAVE TIME AND MONEY! Why not get us to quote to get FreeRTOS.org *
+ * running on your hardware - or even write all or part of your application*
+ * for you? See http://www.OpenRTOS.com for details. *
+ * *
+ ***************************************************************************
+ ***************************************************************************
- Please ensure to read the configuration and relevant port sections of the
+ Please ensure to read the configuration and relevant port sections of the
online documentation.
- +++ http://www.FreeRTOS.org +++
- Documentation, latest information, license and contact details.
+ http://www.FreeRTOS.org - Documentation, latest information, license and
+ contact details.
- +++ http://www.SafeRTOS.com +++
- A version that is certified for use in safety critical systems.
+ http://www.SafeRTOS.com - A version that is certified for use in safety
+ critical systems.
- +++ http://www.OpenRTOS.com +++
- Commercial support, development, porting, licensing and training services.
-
- ***************************************************************************
+ http://www.OpenRTOS.com - Commercial support, development, porting,
+ licensing and training services.
*/
#include "FreeRTOS.h"