summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2016-02-09 18:16:32 +0100
committerVegard Storheil Eriksen <zyp@jvnv.net>2016-07-28 15:37:21 +0200
commit82e89247272c3c5443d47df48372c71211cc08fb (patch)
tree836ed0b4667314bae14257ab64309f30d91f7eb9 /SConstruct
parent63f259ef0816f8816117890a6b5b9d07bb3e1a56 (diff)
Port to l0 board
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 3d2c473..6926505 100644
--- a/SConstruct
+++ b/SConstruct
@@ -6,6 +6,6 @@ env = Environment(
SConscript('laks/build_rules')
-env.SelectMCU('stm32f103cb')
+env.SelectMCU('stm32l052c8')
env.Firmware('demo.elf', Glob('*.cpp'))