mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Remove internal from name of all board header files
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
#include "up_arch.h"
|
||||
|
||||
#include "lpc17_adc.h"
|
||||
#include "mbed_internal.h"
|
||||
#include "mbed.h"
|
||||
|
||||
#ifdef CONFIG_ADC
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
|
||||
#include "mbed_internal.h"
|
||||
#include "mbed.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
#include "lpc17_gpio.h"
|
||||
|
||||
#include "mbed_internal.h"
|
||||
#include "mbed.h"
|
||||
|
||||
#ifdef CONFIG_ARCH_LEDS
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
#include "up_arch.h"
|
||||
#include "lpc17_pwm.h"
|
||||
#include "lpc17_timer.h"
|
||||
#include "mbed_internal.h"
|
||||
#include "mbed.h"
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* configs/mbed/src/mbed_internal.h
|
||||
* configs/mbed/src/mbed.h
|
||||
*
|
||||
* Copyright (C) 2010 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef _CONFIGS_MBED_SRC_MBED_INTERNAL_H
|
||||
#define _CONFIGS_MBED_SRC_MBED_INTERNAL_H
|
||||
#ifndef _CONFIGS_MBED_SRC_MBED_H
|
||||
#define _CONFIGS_MBED_SRC_MBED_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
@@ -89,5 +89,5 @@
|
||||
void weak_function mbed_sspinitialize(void);
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* _CONFIGS_MBED_SRC_MBED_INTERNAL_H */
|
||||
#endif /* _CONFIGS_MBED_SRC_MBED_H */
|
||||
|
||||
Reference in New Issue
Block a user