From c01e03c09ef30d7a671b0772726485ffe1cf0855 Mon Sep 17 00:00:00 2001 From: matthewelse Date: Thu, 1 Aug 2013 23:12:04 +0100 Subject: [PATCH] Tidied up one line of targets.py Removed an extra indent. --- workspace_tools/targets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace_tools/targets.py b/workspace_tools/targets.py index f03c419225..b80c9d349a 100644 --- a/workspace_tools/targets.py +++ b/workspace_tools/targets.py @@ -198,7 +198,7 @@ TARGETS = [ STM32F407(), MBED_MCU(), LPC1347(), - LPC1114() + LPC1114() ] # Map each target name to its unique instance