From 52d5a61e29e82ed6465820e377769ceabe1fed75 Mon Sep 17 00:00:00 2001 From: ccli8 Date: Mon, 24 Jul 2017 13:57:44 +0800 Subject: [PATCH] [M487] Fix include file error in case-sensitive environment --- targets/TARGET_NUVOTON/TARGET_M480/device/StdDriver/m480_sdh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_NUVOTON/TARGET_M480/device/StdDriver/m480_sdh.c b/targets/TARGET_NUVOTON/TARGET_M480/device/StdDriver/m480_sdh.c index 2989ea9982..74e3168697 100644 --- a/targets/TARGET_NUVOTON/TARGET_M480/device/StdDriver/m480_sdh.c +++ b/targets/TARGET_NUVOTON/TARGET_M480/device/StdDriver/m480_sdh.c @@ -11,7 +11,7 @@ #include #include #include -#include "m480.h" +#include "M480.h" /** @addtogroup M480_Device_Driver M480 Device Driver @{