Merge pull request #5890 from 0xc0170/fix_renesas_nvic

RZ_A1H: cmsis nvic include fix
pull/5912/head
Cruz Monrreal 2018-01-23 16:22:31 -06:00 committed by GitHub
commit 11b9a3d940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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