From 74cd326e3531e25d39b59ccdd5c92b08610802d3 Mon Sep 17 00:00:00 2001 From: Toyomasa Watarai Date: Tue, 18 Oct 2016 11:27:52 +0900 Subject: [PATCH] Add cmsis.h inclusion --- targets/TARGET_RENESAS/TARGET_RZ_A1H/device/cmsis_nvic.h | 2 ++ targets/TARGET_RENESAS/TARGET_VK_RZ_A1H/device/cmsis_nvic.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/targets/TARGET_RENESAS/TARGET_RZ_A1H/device/cmsis_nvic.h b/targets/TARGET_RENESAS/TARGET_RZ_A1H/device/cmsis_nvic.h index 2ded075dbe..aa87423909 100644 --- a/targets/TARGET_RENESAS/TARGET_RZ_A1H/device/cmsis_nvic.h +++ b/targets/TARGET_RENESAS/TARGET_RZ_A1H/device/cmsis_nvic.h @@ -32,6 +32,8 @@ #ifndef MBED_CMSIS_NVIC_H #define MBED_CMSIS_NVIC_H +#include "cmsis.h" + #ifdef __cplusplus extern "C" { #endif diff --git a/targets/TARGET_RENESAS/TARGET_VK_RZ_A1H/device/cmsis_nvic.h b/targets/TARGET_RENESAS/TARGET_VK_RZ_A1H/device/cmsis_nvic.h index 2ded075dbe..aa87423909 100644 --- a/targets/TARGET_RENESAS/TARGET_VK_RZ_A1H/device/cmsis_nvic.h +++ b/targets/TARGET_RENESAS/TARGET_VK_RZ_A1H/device/cmsis_nvic.h @@ -32,6 +32,8 @@ #ifndef MBED_CMSIS_NVIC_H #define MBED_CMSIS_NVIC_H +#include "cmsis.h" + #ifdef __cplusplus extern "C" { #endif