1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00

tests/pkg_semtech_loramac: fix i-nucleo-lrwan1 board name

Fixes i-nucleo-lrwan1 board name in the BOARD_WITHOUT_LORAMAC_RX which disables the RX function of pkg/semtech_loramac and saves 1302 bytes RAM and about 2 kByte of code.
This commit is contained in:
Gunar Schorcht 2020-01-19 15:11:31 +01:00
parent 97a71bc8a6
commit 15b7f64db3

View File

@ -4,7 +4,7 @@ include ../Makefile.tests_common
BOARD_WITHOUT_LORAMAC_RX := \
arduino-mega2560 \
i-nuncleo-lrwan1 \
i-nucleo-lrwan1 \
stm32f0discovery \
waspmote-pro \