summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-12 17:23:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-12 17:23:23 +0000
commitb735fa3903ad26747d304eed21aabd6ecee12acf (patch)
tree4eeb5c8379bc1999f12c305aa408e6593769d06f /nuttx/include
parent363af7ad0294f29e6b3c59e1fbfa568c1817e670 (diff)
downloadpx4-nuttx-b735fa3903ad26747d304eed21aabd6ecee12acf.tar.gz
px4-nuttx-b735fa3903ad26747d304eed21aabd6ecee12acf.tar.bz2
px4-nuttx-b735fa3903ad26747d304eed21aabd6ecee12acf.zip
Fix hcs12 compile issues
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2326 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/compiler.h b/nuttx/include/nuttx/compiler.h
index 70ab53e55..6fb3e6790 100644
--- a/nuttx/include/nuttx/compiler.h
+++ b/nuttx/include/nuttx/compiler.h
@@ -112,7 +112,7 @@
# undef CONFIG_PTR_IS_NOT_INT
-#elif defined(__m32c__)
+#elif defined(__mc68hc1x__)
/* Select the small, 16-bit addressing model */
# define CONFIG_SMALL_MEMORY 1