Fix some bad inclusions of files with internal in the name

This commit is contained in:
Gregory Nutt 2015-12-29 18:18:20 -06:00
parent 8eab9280d8
commit d1ece2c59f
5 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "up_internal.h" #include "up_internal.h"
#include "atmega2560_internal.h" #include "atmega2560.h"
#include "arduino_mega2560.h" #include "arduino_mega2560.h"
/**************************************************************************** /****************************************************************************

View File

@ -49,7 +49,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "up_internal.h" #include "up_internal.h"
#include "xplorer-internal.h" #include "lpc4330-xplorer.h"
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions

View File

@ -54,7 +54,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "stm32.h" #include "stm32.h"
#include "stm32_otgfs.h" #include "stm32_otgfs.h"
#include "shenshou-internal.h" #include "shenshou.h"
#ifdef CONFIG_STM32_OTGFS #ifdef CONFIG_STM32_OTGFS

View File

@ -753,7 +753,7 @@ write only so the driver keeps a 128*64/8 = 1KB framebuffer to remember
the display contents: the display contents:
Here is how I have the OLED connected. But you can change this with the 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 pinout for the UG-2864AMBAG01 is specific to the theO.net display board
that I am using: that I am using:

View File

@ -50,7 +50,7 @@
#include "up_arch.h" #include "up_arch.h"
#include "pic32mx.h" #include "pic32mx.h"
#include "ubw-internal.h" #include "ubw32.h"
#ifdef CONFIG_ARCH_BUTTONS #ifdef CONFIG_ARCH_BUTTONS