Merge pull request #3055 from toyowata/master

[TARGET_RENESAS] Add cmsis.h inclusion
pull/3076/head
Sam Grove 2016-10-19 05:50:05 -05:00 committed by GitHub
commit 725892e147
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,8 @@
#ifndef MBED_CMSIS_NVIC_H
#define MBED_CMSIS_NVIC_H
#include "cmsis.h"
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -32,6 +32,8 @@
#ifndef MBED_CMSIS_NVIC_H
#define MBED_CMSIS_NVIC_H
#include "cmsis.h"
#ifdef __cplusplus
extern "C" {
#endif