// // This file is part of the GNU ARM Eclipse distribution. // Copyright (c) 2015 Liviu Ionescu. // #ifndef _CMSIS_DEVICE_H_ #define _CMSIS_DEVICE_H_ #pragma GCC diagnostic push // Add pragmas if the header triggers warnings. // #pragma GCC diagnostic ignored "-Wpadded" #include "ADuCM360.h" #pragma GCC diagnostic pop #endif // _CMSIS_DEVICE_H_