ADuCM302x Device Drivers API Reference Manual  Release 3.1.2.0
adi_processor.h
1 
46 #ifndef __ADI_PROCESSOR_H__
47 #define __ADI_PROCESSOR_H__
48 
49 #if defined(__ADUCM3029__)
50 #include <ADuCM3029.h>
51 #define __ADUCM302x__
52 #endif
53 
54 #if defined(__ADUCM3027__)
55 #include <ADuCM3027.h>
56 #define __ADUCM302x__
57 #endif
58 
59 /* Include CMSIS device header for selected target processor. */
60 
61 #if defined(__ADUCM4050__)
62 #include <ADuCM4050.h>
63 #define __ADUCM4x50__
64 #endif
65 
66 #endif /* __ADI_PROCESSOR_H__ */