Remove internal from name of all board header files

This commit is contained in:
Gregory Nutt
2015-12-29 15:44:56 -06:00
parent a64ebf212d
commit 6daa73a945
226 changed files with 338 additions and 339 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
#include "up_arch.h"
#include "lpc17_adc.h"
#include "mbed_internal.h"
#include "mbed.h"
#ifdef CONFIG_ADC
+1 -1
View File
@@ -47,7 +47,7 @@
#include "up_arch.h"
#include "up_internal.h"
#include "mbed_internal.h"
#include "mbed.h"
/************************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -52,7 +52,7 @@
#include "lpc17_gpio.h"
#include "mbed_internal.h"
#include "mbed.h"
#ifdef CONFIG_ARCH_LEDS
+1 -1
View File
@@ -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 */