mirror of https://github.com/ARMmbed/mbed-os.git
RZ_A1H: cmsis nvic include fix
To get cmsis nvic definitions, this header file should be included in cmsis.h file. Fixes #5886pull/5890/head
parent
c59c400093
commit
5554ab28b3
|
@ -8,5 +8,6 @@
|
|||
#define MBED_CMSIS_H
|
||||
|
||||
#include "MBRZA1H.h"
|
||||
#include "cmsis_nvic.h"
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue