Skip to content
Snippets Groups Projects
Commit 6fb6c628 authored by Dean Camera's avatar Dean Camera
Browse files

Fix typo in the LED dispatch header, breaking builds for Leonardo board or...

Fix typo in the LED dispatch header, breaking builds for Leonardo board or boards without a LUFA provided LED driver.
parent f0e54252
Branches
Tags
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment