Tidied up one line of targets.py

Removed an extra indent.
pull/17/head
matthewelse 2013-08-01 23:12:04 +01:00
parent 7c2658bb60
commit c01e03c09e
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ TARGETS = [
STM32F407(), STM32F407(),
MBED_MCU(), MBED_MCU(),
LPC1347(), LPC1347(),
LPC1114() LPC1114()
] ]
# Map each target name to its unique instance # Map each target name to its unique instance