1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

dist/tools/tested-support: update samr30 archi mapping

The archi was changed in IoT-LAB: samr30:at86rf215 => samr30:at86rf212b
This commit is contained in:
Alexandre Abadie 2018-11-20 08:10:08 +01:00
parent d15f287312
commit 99fa0e9cf8

View File

@ -74,7 +74,7 @@ IOTLAB_ARCHI_microbit = microbit:ble
IOTLAB_ARCHI_nrf52dk = nrf52dk:ble
IOTLAB_ARCHI_nrf52840dk = nrf52840dk:multi
IOTLAB_ARCHI_samr21-xpro = samr21:at86rf233
IOTLAB_ARCHI_samr30-xpro = samr30:at86rf215
IOTLAB_ARCHI_samr30-xpro = samr30:at86rf212b
IOTLAB_ARCHI_wsn430-v1_3b = wsn430:cc1101
IOTLAB_ARCHI_wsn430-v1_4 = wsn430:cc2420
IOTLAB_ARCHI := $(IOTLAB_ARCHI_$(BOARD))