From 03e80119b5d83f93f6cbc6de076ac3dd4f6a29d3 Mon Sep 17 00:00:00 2001 From: Bartek Szatkowski Date: Wed, 5 Jul 2017 16:37:55 +0100 Subject: [PATCH] REALTEK_RTL8195AM: Expose SystemCoreClock via cmsis.h This change is necessary as updated CMSIS/RTX require the SystemCoreClock symbol. --- .../TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a.h b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a.h index 1c60c4c40d..eb3d70d30b 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/rtl8195a.h @@ -32,7 +32,7 @@ #include "hal_efuse.h" #include "hal_soc_ps_monitor.h" #include "diag.h" - +#include "system_8195a.h" // from RDC team #ifdef CONFIG_MBED_ENABLED