#if defined ( __GNUC__ )/* only for LPCXpresso, for keil/IAR this is done by linker */ #include "cr_section_macros.h" __BSS(RESERVED) char CAN_driver_memory[184]; /* reserve 184 bytes for CAN driver */ #endif |
__BSS(RESERVED) char CAN_driver_memory[184]; /* reserve 184 bytes for CAN driver */ |