AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file.
This commit is contained in:
parent
e9e6730d49
commit
cb9e7392c5
108 changed files with 69 additions and 89 deletions
|
@ -41,6 +41,8 @@
|
|||
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
|
||||
#include "Config/AppConfig.h"
|
||||
|
||||
/* Macros: */
|
||||
/** Endpoint address of the Mass Storage device-to-host data IN endpoint. */
|
||||
#define MASS_STORAGE_IN_EPADDR (ENDPOINT_DIR_IN | 3)
|
||||
|
|
|
@ -40,10 +40,11 @@
|
|||
#include <LUFA/Drivers/USB/USB.h>
|
||||
|
||||
#include "Webserver.h"
|
||||
#include "Lib/uIPManagement.h"
|
||||
#include "Descriptors.h"
|
||||
#include "Lib/uIPManagement.h"
|
||||
#include "Lib/SCSI.h"
|
||||
|
||||
#include "Config/AppConfig.h"
|
||||
|
||||
/* External Variables: */
|
||||
extern USB_ClassInfo_RNDIS_Device_t Ethernet_RNDIS_Interface_Device;
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
#include "Webserver.h"
|
||||
#include "Lib/uIPManagement.h"
|
||||
#include "Config/AppConfig.h"
|
||||
|
||||
/* External Variables: */
|
||||
extern USB_ClassInfo_RNDIS_Host_t Ethernet_RNDIS_Interface_Host;
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
#include <avr/power.h>
|
||||
#include <avr/interrupt.h>
|
||||
|
||||
#include <LUFA/Version.h>
|
||||
#include <LUFA/Drivers/Board/LEDs.h>
|
||||
#include <LUFA/Drivers/Board/Dataflash.h>
|
||||
#include <LUFA/Drivers/Peripheral/SPI.h>
|
||||
|
@ -51,6 +50,7 @@
|
|||
|
||||
#include "USBDeviceMode.h"
|
||||
#include "USBHostMode.h"
|
||||
#include "Config/AppConfig.h"
|
||||
|
||||
/* Macros: */
|
||||
/** LED mask for the library LED driver, to indicate that the USB interface is not ready. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue