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
TomoYamanaka 2018-01-20 00:29:09 +09:00
parent e8378effc8
commit 1469fcde41
1 changed files with 1 additions and 0 deletions

View File

@ -8,5 +8,6 @@
#define MBED_CMSIS_H
#include "MBRZA1LU.h"
#include "cmsis_nvic.h"
#endif