diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-06 09:04:34 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-06 09:04:34 +0000 |
commit | 49bcae814124d4a69e0bc700b28518ec1c82b4a1 (patch) | |
tree | 4f6e70aa74d3fbf3f7c454a9b976f0a895707636 | |
parent | e8f4507517a94a4da31d767a4422415b49e46191 (diff) | |
download | ChibiOS-49bcae814124d4a69e0bc700b28518ec1c82b4a1.tar.gz ChibiOS-49bcae814124d4a69e0bc700b28518ec1c82b4a1.tar.bz2 ChibiOS-49bcae814124d4a69e0bc700b28518ec1c82b4a1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2585 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 623a8c22c..6d1c5a063 100644 --- a/readme.txt +++ b/readme.txt @@ -75,7 +75,7 @@ multiple project files, the code is exactly the same.
- NEW: Added an USB clock configuration in the STM32 HAL driver (LD, MD, HD).
- NEW: New semaphore API chSemSetCounterI().
-- NEW: New queues APIs chIQGetFullI() and chOQGetFullI().
+- NEW: New queue APIs chIQGetFullI() and chOQGetFullI().
- CHANGE: Modified the ADC and CAN drivers to allow a NULL pointer for
the configuration structure if it is not required by the implementation.
- CHANGE: Modified the MMC_SPI driver to *require* a NULL as pointer to
|