From 16a04527428b9491504aaee3ee2e996c92e14027 Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Fri, 5 Jun 2020 13:04:18 +0200 Subject: [PATCH] tests/kconfig_features: Add arduino-mega2560 to whitelist --- tests/kconfig_features/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/kconfig_features/Makefile b/tests/kconfig_features/Makefile index 4d8c0f9451..7305dc6d59 100644 --- a/tests/kconfig_features/Makefile +++ b/tests/kconfig_features/Makefile @@ -1,6 +1,7 @@ include ../Makefile.tests_common BOARD_WHITELIST += arduino-duemilanove \ + arduino-mega2560 \ arduino-nano \ arduino-uno \ atmega328p \