Skip to content

Commit 5f58104

Browse files
committed
[NANO130] Fix the file name case problem, verified on Ubuntu Linux
1 parent 4f66d2d commit 5f58104

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

targets/TARGET_NUVOTON/TARGET_NANO100/device/StdDriver/nano100_dac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @note
99
* Copyright (C) 2014 Nuvoton Technology Corp. All rights reserved.
1010
*****************************************************************************/
11-
#include "NANO100Series.h"
11+
#include "Nano100Series.h"
1212

1313
/** @addtogroup NANO100_Device_Driver NANO100 Device Driver
1414
@{

targets/TARGET_NUVOTON/TARGET_NANO100/device/StdDriver/nano100_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Copyright (C) 2014 Nuvoton Technology Corp. All rights reserved.
1010
*****************************************************************************/
1111

12-
#include "nano100series.h"
12+
#include "Nano100Series.h"
1313

1414
/** @addtogroup NANO100_Device_Driver NANO100 Device Driver
1515
@{

targets/TARGET_NUVOTON/TARGET_NANO100/device/StdDriver/nano100_spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Copyright (C) 2014 Nuvoton Technology Corp. All rights reserved.
1010
*****************************************************************************/
1111

12-
#include "nano100series.h"
12+
#include "Nano100Series.h"
1313

1414
/** @addtogroup NANO100_Device_Driver NANO100 Device Driver
1515
@{

targets/TARGET_NUVOTON/TARGET_NANO100/device/StdDriver/nano100_usbd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/*!<Includes */
1212
#include <string.h>
13-
#include "nano100Series.h"
13+
#include "Nano100Series.h"
1414

1515
/*--------------------------------------------------------------------------*/
1616
/* Global variables for Control Pipe */

targets/TARGET_NUVOTON/TARGET_NANO100/device/TOOLCHAIN_GCC_ARM/nano100_retarget.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Copyright (C) 2013~2015 Nuvoton Technology Corp. All rights reserved.
1010
*****************************************************************************/
1111

12-
#include "NANO100Series.h"
12+
#include "Nano100Series.h"
1313
#include <errno.h>
1414
#include "nu_miscutil.h"
1515

0 commit comments

Comments
 (0)