AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file.

This commit is contained in:
Dean Camera 2012-05-15 19:51:41 +00:00
parent e9e6730d49
commit cb9e7392c5
108 changed files with 69 additions and 89 deletions

View file

@ -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. */