mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
12 lines
328 B
C
12 lines
328 B
C
/* There is core_cm3.h wrapper just to avoid warnings from CMSIS headers */
|
|
/* if you want use original file add to make file:
|
|
INC += \
|
|
$(TOP)/$(CH32F20X_SDK_SRC)/CMSIS
|
|
*/
|
|
#pragma GCC diagnostic push
|
|
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
|
|
|
|
#include <../../CMSIS/core_cm3.h>
|
|
|
|
#pragma GCC diagnostic pop
|