[NANO130] Fix the file name case problem, verified on Ubuntu Linux

pull/4631/head
MS30 CCChang12 2017-07-18 20:00:08 +08:00
parent 4f66d2d809
commit 5f58104640
5 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
* @note
* Copyright (C) 2014 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/
#include "NANO100Series.h"
#include "Nano100Series.h"
/** @addtogroup NANO100_Device_Driver NANO100 Device Driver
@{

View File

@ -9,7 +9,7 @@
* Copyright (C) 2014 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/
#include "nano100series.h"
#include "Nano100Series.h"
/** @addtogroup NANO100_Device_Driver NANO100 Device Driver
@{

View File

@ -9,7 +9,7 @@
* Copyright (C) 2014 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/
#include "nano100series.h"
#include "Nano100Series.h"
/** @addtogroup NANO100_Device_Driver NANO100 Device Driver
@{

View File

@ -10,7 +10,7 @@
/*!<Includes */
#include <string.h>
#include "nano100Series.h"
#include "Nano100Series.h"
/*--------------------------------------------------------------------------*/
/* Global variables for Control Pipe */

View File

@ -9,7 +9,7 @@
* Copyright (C) 2013~2015 Nuvoton Technology Corp. All rights reserved.
*****************************************************************************/
#include "NANO100Series.h"
#include "Nano100Series.h"
#include <errno.h>
#include "nu_miscutil.h"