aboutsummaryrefslogtreecommitdiff
path: root/nuttx/mm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-12 15:22:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-12 15:22:27 +0000
commitd3ac724c7b81fd155c046fbc68c8102ba6a58b92 (patch)
tree9604398fcf5bb52a4d12b0e6b1d8b377880227f2 /nuttx/mm
parentfe19d5bea139e25e04c5260726ec300e49ffdf2b (diff)
downloadpx4-firmware-d3ac724c7b81fd155c046fbc68c8102ba6a58b92.tar.gz
px4-firmware-d3ac724c7b81fd155c046fbc68c8102ba6a58b92.tar.bz2
px4-firmware-d3ac724c7b81fd155c046fbc68c8102ba6a58b92.zip
Changes to get a clean ez80 build using the ZDS 5.1.1 toolchain
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5341 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/mm')
-rw-r--r--nuttx/mm/mm_initialize.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/mm/mm_initialize.c b/nuttx/mm/mm_initialize.c
index 3a21d1759..a7f64cfaf 100644
--- a/nuttx/mm/mm_initialize.c
+++ b/nuttx/mm/mm_initialize.c
@@ -95,9 +95,9 @@ void mm_initialize(FAR void *heapstart, size_t heapsize)
mlldbg("Heap: start=%p size=%u\n", heapstart, heapsize);
- /* The following two lines have cause problems for some ZiLog compilers
- * in the past. Life is easier if we just the suppress them for those
- * tools.
+ /* The following two lines have cause problems for some older ZiLog
+ * compilers in the past (but not the more recent). Life is easier if we
+ * just the suppress them altogther for those tools.
*/
#ifndef __ZILOG__