1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

travis: get arm install packages for cortex_m3_1

fix typo that caused all packages to be installed when building group cortex_m3_1
This commit is contained in:
Joakim Gebart 2015-05-30 09:05:53 +02:00
parent 9ecaea4038
commit 85f7a7d98f

View File

@ -20,7 +20,7 @@
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"]
x86_mcu_groups = ["x86"]
avr8_mcu_groups = ["avr8"]