summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/arch/hc/src/common/up_usestack.c2
-rw-r--r--nuttx/include/nuttx/compiler.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/hc/src/common/up_usestack.c b/nuttx/arch/hc/src/common/up_usestack.c
index c5eb6d8e5..51b3c1622 100755
--- a/nuttx/arch/hc/src/common/up_usestack.c
+++ b/nuttx/arch/hc/src/common/up_usestack.c
@@ -114,4 +114,4 @@ STATUS up_use_stack(_TCB *tcb, void *stack, size_t stack_size)
tcb->adj_stack_ptr = (uint32*)top_of_stack;
tcb->adj_stack_size = size_of_stack;
return OK;
-} \ No newline at end of file
+}
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