Add new USE_LUFA_CONFIG_HEADER compile time option.

Add missing LEDS_ToggleLEDs() function to the LED driver for the EVK1101 board.
This commit is contained in:
Dean Camera 2011-05-09 14:04:40 +00:00
parent a85fa30bf1
commit 7d3150423d
4 changed files with 22 additions and 8 deletions

View file

@ -67,6 +67,10 @@
#include <string.h>
#include <stddef.h>
#if defined(USE_LUFA_CONFIG_HEADER)
#include "LUFAConfig.h"
#endif
#include "Architectures.h"
#include "Attributes.h"
#include "BoardTypes.h"