Skip to content
Snippets Groups Projects
Commit 85f7a7d9 authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

travis: get arm install packages for cortex_m3_1

fix typo that caused all packages to be installed when building group cortex_m3_1
parent 9ecaea40
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
import os import os
arm_mcu_groups = ["arm7", "cortex_m0", "cortex_m3", "cortex_m3_2", "cortex_m4"] arm_mcu_groups = ["arm7", "cortex_m0", "cortex_m3_1", "cortex_m3_2", "cortex_m4"]
msp_mcu_groups = ["msp430"] msp_mcu_groups = ["msp430"]
x86_mcu_groups = ["x86"] x86_mcu_groups = ["x86"]
avr8_mcu_groups = ["avr8"] avr8_mcu_groups = ["avr8"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment