Skip to content

Commit 41b8b1d

Browse files
committed
Merge pull request #405 from micromint/master
[LPC4330_M4] Change case of include file for case sensitive builds
2 parents c785460 + 1e53bb8 commit 41b8b1d

File tree

1 file changed

+1
-1
lines changed
  • libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC43XX

1 file changed

+1
-1
lines changed

libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC43XX/LPC43xx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ typedef enum {
310310
#error Please #define CORE_M0, CORE_M3 or CORE_M4
311311
#endif
312312

313-
#include "system_LPC43XX.h"
313+
#include "system_LPC43xx.h"
314314

315315
/* ---------------------------------------------------------------------------
316316
* State Configurable Timer register block structure

0 commit comments

Comments
 (0)