From 15b7f64db376a506998214c7e6379ffdba648f63 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Sun, 19 Jan 2020 15:11:31 +0100 Subject: [PATCH] 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. --- tests/pkg_semtech-loramac/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pkg_semtech-loramac/Makefile b/tests/pkg_semtech-loramac/Makefile index 46161d1dc4..25ab1ecdf5 100644 --- a/tests/pkg_semtech-loramac/Makefile +++ b/tests/pkg_semtech-loramac/Makefile @@ -4,7 +4,7 @@ include ../Makefile.tests_common BOARD_WITHOUT_LORAMAC_RX := \ arduino-mega2560 \ - i-nuncleo-lrwan1 \ + i-nucleo-lrwan1 \ stm32f0discovery \ waspmote-pro \