summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 1 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index de0f014..ff0e6ce 100644
--- a/SConstruct
+++ b/SConstruct
@@ -6,8 +6,6 @@ env = Environment(
SConscript('laks/build_rules')
-#env.SelectMCU('stm32f103cb')
-env.SelectMCU('stm32f303vc')
-#env.SelectMCU('stm32f407zg')
+env.SelectMCU('stm32f407zg')
env.Firmware('demo.elf', Glob('*.cpp'))