summaryrefslogtreecommitdiff
path: root/Source/tasks.c
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-02-09 20:21:35 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-02-09 20:21:35 +0000
commit18eca0a2f9a71a2e37d465db76e3789c1db0fd39 (patch)
treec704ccee1ee3c0b70e67cf3b2d6320a048fae81d /Source/tasks.c
parentb6d774475fabab710bd8f43e0d6da532553c3fbf (diff)
downloadfreertos-18eca0a2f9a71a2e37d465db76e3789c1db0fd39.tar.gz
freertos-18eca0a2f9a71a2e37d465db76e3789c1db0fd39.tar.bz2
freertos-18eca0a2f9a71a2e37d465db76e3789c1db0fd39.tar.xz
Update to V5.1.2.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@696 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source/tasks.c')
-rw-r--r--Source/tasks.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/Source/tasks.c b/Source/tasks.c
index 48f8ae88..eb63bdef 100644
--- a/Source/tasks.c
+++ b/Source/tasks.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.
+ FreeRTOS.org V5.1.2 - Copyright (C) 2003-2009 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@@ -26,10 +26,13 @@
***************************************************************************
***************************************************************************
* *
- * SAVE TIME AND MONEY! We can port FreeRTOS.org to your own hardware, *
- * and even write all or part of your application on your behalf. *
- * See http://www.OpenRTOS.com for details of the services we provide to *
- * expedite your project. *
+ * Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
+ * *
+ * This is a concise, step by step, 'hands on' guide that describes both *
+ * general multitasking concepts and FreeRTOS specifics. It presents and *
+ * explains numerous examples that are written using the FreeRTOS API. *
+ * Full source code for all the examples is provided in an accompanying *
+ * .zip file. *
* *
***************************************************************************
***************************************************************************