MLC interface driver
platform.h
1 /*
2  * platform.h
3  *
4  * Created on: 14.10.2013
5  * Author: Tomas Kosan
6  */
7 
8 #ifndef PLATFORM_H_
9 #define PLATFORM_H_
10 
15 #define MCU_TYPE_TMS320F28335 1
16 #define MCU_TYPE_TMS320F2812 2
17 #define MCU_TYPE_TMS570LS3137 3
19 #define MCU_TYPE MCU_TYPE_TMS320F28335
23 #endif /* PLATFORM_H_ */