mirror of https://github.com/ARMmbed/mbed-os.git
RZ_A1LU: cmsis nvic include fix
To get cmsis nvic definitions, I added the process that include "cmsis_nvic.h" in cmsis.h. Relation PR is #5890.pull/5857/head
parent
e8378effc8
commit
1469fcde41
|
@ -8,5 +8,6 @@
|
|||
#define MBED_CMSIS_H
|
||||
|
||||
#include "MBRZA1LU.h"
|
||||
#include "cmsis_nvic.h"
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue