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 <avr/pgmspace.h>
|
||||
|
||||
#include "Config/AppConfig.h"
|
||||
|
||||
/* Macros: */
|
||||
/** Endpoint address of the CDC device-to-host data IN endpoint. */
|
||||
#define CDC_TX_EPADDR (ENDPOINT_DIR_IN | 1)
|
||||
|
|
|
|||
|
|
@ -40,6 +40,8 @@
|
|||
#include <avr/io.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "Config/AppConfig.h"
|
||||
|
||||
#include "EthernetProtocols.h"
|
||||
#include "ProtocolDecoders.h"
|
||||
#include "ICMP.h"
|
||||
|
|
|
|||
|
|
@ -50,8 +50,8 @@
|
|||
#include "Lib/TCP.h"
|
||||
#include "Lib/ARP.h"
|
||||
#include "Lib/Webserver.h"
|
||||
|
||||
#include <LUFA/Version.h>
|
||||
#include "Config/AppConfig.h"
|
||||
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
#include <LUFA/Drivers/Board/LEDs.h>
|
||||
#include <LUFA/Drivers/Peripheral/Serial.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue