fix issue with SVC_Handler SVCall_Handler name between keil & xpresso start up file. Host freertos works with lpc17xx

This commit is contained in:
hathach
2014-03-04 14:15:10 +07:00
parent c11946f318
commit 93a60641ea
8 changed files with 180 additions and 173 deletions

View File

@@ -10,7 +10,7 @@
#elif __CORTEX_M == 3
#include "FreeRTOSConfig_lpc175x_6x.h"
#else
#error "For LPC43XX one of CORE_M0 or CORE_M4 must be defined!"
#error "not yet supported MCU"
#endif /* ifdef CORE_M4 */
# endif /* __FREERTOS_CONFIG__H */