Skip to content

Commit 52d5a61

Browse files
committed
[M487] Fix include file error in case-sensitive environment
1 parent 0803267 commit 52d5a61

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NUVOTON/TARGET_M480/device/StdDriver

1 file changed

+1
-1
lines changed

targets/TARGET_NUVOTON/TARGET_M480/device/StdDriver/m480_sdh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <stdio.h>
1212
#include <stdlib.h>
1313
#include <string.h>
14-
#include "m480.h"
14+
#include "M480.h"
1515

1616
/** @addtogroup M480_Device_Driver M480 Device Driver
1717
@{

0 commit comments

Comments
 (0)