RZ_A1H: cmsis nvic include fix

To get cmsis nvic definitions, this header file should be included
in cmsis.h file.

Fixes #5886
pull/5890/head
Martin Kojtal 2018-01-19 13:49:25 +00:00
parent c59c400093
commit 5554ab28b3
1 changed files with 1 additions and 0 deletions

View File

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