Fix hcs12 compile issues
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2326 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
b9e49a9cbe
commit
09e97e68e2
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user