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:
patacongo 2009-12-12 17:23:23 +00:00
parent b9e49a9cbe
commit 09e97e68e2
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}

View File

@ -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