Fix typo in the LED dispatch header, breaking builds for Leonardo board or boards without a LUFA provided LED driver.

This commit is contained in:
Dean Camera 2012-08-12 14:11:41 +00:00
parent f0e5425208
commit 6fb6c628fa
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@
#include "AVR8/OLIMEXT32U4/LEDs.h"
#elif (BOARD == BOARD_OLIMEXISPMK2)
#include "AVR8/OLIMEXISPMK2/LEDs.h"
#elif (BOARD == BOARD_LEONDARDO)
#elif (BOARD == BOARD_LEONARDO)
#include "AVR8/LEONARDO/LEDs.h"
#else
#include "Board/LEDs.h"