LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
FreeRTOSConfig.h
Go to the documentation of this file.
1 #ifndef __FREERTOS_CONFIG__H
2 #define __FREERTOS_CONFIG__H
3 
4 #ifdef CORE_M4
5 #include "lpc43xx_m4_FreeRTOSConfig.h"
6 #elif defined(CORE_M0)
7  #include "lpc43xx_m0_FreeRTOSConfig.h"
8 #else
9  #error "For LPC43XX one of CORE_M0 or CORE_M4 must be defined!"
10 #endif /* ifdef CORE_M4 */
11 
12 # endif /* __FREERTOS_CONFIG__H */