From d1ece2c59f11255f23a90c99e930bcae97dffeac Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 29 Dec 2015 18:18:20 -0600 Subject: [PATCH] Fix some bad inclusions of files with internal in the name --- configs/arduino-mega2560/src/avr_leds.c | 2 +- configs/lpc4330-xplorer/src/lpc43_ostest.c | 2 +- configs/shenzhou/src/stm32_usb.c | 2 +- configs/stm32f4discovery/README.txt | 2 +- configs/ubw32/src/pic32_buttons.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/arduino-mega2560/src/avr_leds.c b/configs/arduino-mega2560/src/avr_leds.c index c33096cbb0..821a48182f 100644 --- a/configs/arduino-mega2560/src/avr_leds.c +++ b/configs/arduino-mega2560/src/avr_leds.c @@ -46,7 +46,7 @@ #include "up_arch.h" #include "up_internal.h" -#include "atmega2560_internal.h" +#include "atmega2560.h" #include "arduino_mega2560.h" /**************************************************************************** diff --git a/configs/lpc4330-xplorer/src/lpc43_ostest.c b/configs/lpc4330-xplorer/src/lpc43_ostest.c index 6fb4805141..7509d88cb5 100644 --- a/configs/lpc4330-xplorer/src/lpc43_ostest.c +++ b/configs/lpc4330-xplorer/src/lpc43_ostest.c @@ -49,7 +49,7 @@ #include "up_arch.h" #include "up_internal.h" -#include "xplorer-internal.h" +#include "lpc4330-xplorer.h" /************************************************************************************ * Pre-processor Definitions diff --git a/configs/shenzhou/src/stm32_usb.c b/configs/shenzhou/src/stm32_usb.c index c0ea7dbbdd..80ed3c53dd 100644 --- a/configs/shenzhou/src/stm32_usb.c +++ b/configs/shenzhou/src/stm32_usb.c @@ -54,7 +54,7 @@ #include "up_arch.h" #include "stm32.h" #include "stm32_otgfs.h" -#include "shenshou-internal.h" +#include "shenshou.h" #ifdef CONFIG_STM32_OTGFS diff --git a/configs/stm32f4discovery/README.txt b/configs/stm32f4discovery/README.txt index 217dd7e4bd..c6f88adc76 100644 --- a/configs/stm32f4discovery/README.txt +++ b/configs/stm32f4discovery/README.txt @@ -753,7 +753,7 @@ write only so the driver keeps a 128*64/8 = 1KB framebuffer to remember the display contents: Here is how I have the OLED connected. But you can change this with the -settings in include/board.h and src/stm324fdiscovery-internal.h. Connector +settings in include/board.h and src/stm324fdiscovery.h. Connector pinout for the UG-2864AMBAG01 is specific to the theO.net display board that I am using: diff --git a/configs/ubw32/src/pic32_buttons.c b/configs/ubw32/src/pic32_buttons.c index d79b1cb440..290832c369 100644 --- a/configs/ubw32/src/pic32_buttons.c +++ b/configs/ubw32/src/pic32_buttons.c @@ -50,7 +50,7 @@ #include "up_arch.h" #include "pic32mx.h" -#include "ubw-internal.h" +#include "ubw32.h" #ifdef CONFIG_ARCH_BUTTONS