Skip to content

Commit 31bf7bf

Browse files
committed
[M2351] Fix include file name error on case-sensitive system
1 parent d350f45 commit 31bf7bf

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NUVOTON/TARGET_M2351

1 file changed

+1
-1
lines changed

targets/TARGET_NUVOTON/TARGET_M2351/pinmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "pinmap.h"
2020
#include "PortNames.h"
2121
#include "mbed_error.h"
22-
#include "partition_m2351.h"
22+
#include "partition_M2351.h"
2323

2424
/**
2525
* Configure pin multi-function

0 commit comments

Comments
 (0)