mirror of https://github.com/ARMmbed/mbed-os.git
[NANO130] Fix the file name case problem, verified on Ubuntu Linux
parent
4f66d2d809
commit
5f58104640
|
@ -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
|
||||
@{
|
||||
|
|
|
@ -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
|
||||
@{
|
||||
|
|
|
@ -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
|
||||
@{
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/*!<Includes */
|
||||
#include <string.h>
|
||||
#include "nano100Series.h"
|
||||
#include "Nano100Series.h"
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
/* Global variables for Control Pipe */
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue