Skip to content

Commit 4f66d2d

Browse files
committed
[NANO130] Fix the file name case problem for building code in Linux system
1 parent 2050095 commit 4f66d2d

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NUVOTON/TARGET_NANO100/device

1 file changed

+1
-1
lines changed

targets/TARGET_NUVOTON/TARGET_NANO100/device/cmsis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef MBED_CMSIS_H
1818
#define MBED_CMSIS_H
1919

20-
#include "NANO100Series.h"
20+
#include "Nano100Series.h"
2121
#include "cmsis_nvic.h"
2222

2323
// Support linker-generated symbol as start of relocated vector table.

0 commit comments

Comments
 (0)