summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2012-12-12 21:26:05 +0100
committerVegard Storheil Eriksen <zyp@jvnv.net>2012-12-12 21:26:05 +0100
commit12d993a5d26a98fce5ab445be76e42de139e1294 (patch)
tree313477b13cf2c3f9cda567c6ff858f2a6090837f /SConstruct
parent0ee93edf61060ce9b593bae03062508c7a2acf35 (diff)
USB mass storage demo.usb_msc
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'))