From 82e89247272c3c5443d47df48372c71211cc08fb Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Tue, 9 Feb 2016 18:16:32 +0100 Subject: Port to l0 board --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') 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')) -- cgit v1.2.3