aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM0-LPC1114-LPCXPRESSO
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-19 18:54:35 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-19 18:54:35 +0000
commit6b6790350e7861f2a15b308d84bc052681d1d150 (patch)
treed095d41ed1dc97cc1e70e869d91ec85b3e4d9b1a /demos/ARMCM0-LPC1114-LPCXPRESSO
parentdfd3915859a4a3dbe055788dd4823742108b5205 (diff)
downloadChibiOS-6b6790350e7861f2a15b308d84bc052681d1d150.tar.gz
ChibiOS-6b6790350e7861f2a15b308d84bc052681d1d150.tar.bz2
ChibiOS-6b6790350e7861f2a15b308d84bc052681d1d150.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2980 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM0-LPC1114-LPCXPRESSO')
-rw-r--r--demos/ARMCM0-LPC1114-LPCXPRESSO/chconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/ARMCM0-LPC1114-LPCXPRESSO/chconf.h b/demos/ARMCM0-LPC1114-LPCXPRESSO/chconf.h
index 1bfd36e58..c9c4c286a 100644
--- a/demos/ARMCM0-LPC1114-LPCXPRESSO/chconf.h
+++ b/demos/ARMCM0-LPC1114-LPCXPRESSO/chconf.h
@@ -84,7 +84,7 @@
*
* @note In order to let the OS manage the whole RAM the linker script must
* provide the @p __heap_base__ and @p __heap_end__ symbols.
- * @note Requires @p CH_USE_COREMEM.
+ * @note Requires @p CH_USE_MEMCORE.
*/
#if !defined(CH_MEMCORE_SIZE) || defined(__DOXYGEN__)
#define CH_MEMCORE_SIZE 0
@@ -300,7 +300,7 @@
* in the kernel.
*
* @note The default is @p TRUE.
- * @note Requires @p CH_USE_COREMEM and either @p CH_USE_MUTEXES or
+ * @note Requires @p CH_USE_MEMCORE and either @p CH_USE_MUTEXES or
* @p CH_USE_SEMAPHORES.
* @note Mutexes are recommended.
*/
@@ -315,7 +315,7 @@
*
* @note The default is @p FALSE.
* @note Requires @p CH_USE_HEAP.
- * @note The C-runtime may or may not require @p CH_USE_COREMEM, see the
+ * @note The C-runtime may or may not require @p CH_USE_MEMCORE, see the
* appropriate documentation.
*/
#if !defined(CH_USE_MALLOC_HEAP) || defined(__DOXYGEN__)