| 
									
										
										
										
											2013-04-25 15:43:33 +07:00
										 |  |  | #ifndef __FREERTOS_CONFIG__H
 | 
					
						
							|  |  |  | #define __FREERTOS_CONFIG__H
 | 
					
						
							| 
									
										
										
										
											2013-04-16 16:30:36 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-04-25 15:43:33 +07:00
										 |  |  | #ifdef CORE_M4
 | 
					
						
							|  |  |  | #include "lpc43xx_m4_FreeRTOSConfig.h"
 | 
					
						
							|  |  |  | #elif defined(CORE_M0)
 | 
					
						
							|  |  |  | 	#include "lpc43xx_m0_FreeRTOSConfig.h"
 | 
					
						
							| 
									
										
										
										
											2013-04-16 16:30:36 +08:00
										 |  |  | #else
 | 
					
						
							| 
									
										
										
										
											2013-04-25 15:43:33 +07:00
										 |  |  | 	#error "For LPC43XX one of CORE_M0 or CORE_M4 must be defined!"
 | 
					
						
							|  |  |  | #endif /* ifdef CORE_M4 */
 | 
					
						
							| 
									
										
										
										
											2013-04-16 16:30:36 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-04-25 15:43:33 +07:00
										 |  |  | # endif /* __FREERTOS_CONFIG__H */
 |