From f757376fc64d2d0312e1c5a86540d3878f1595c3 Mon Sep 17 00:00:00 2001 From: Martine Lenders <m.lenders@fu-berlin.de> Date: Thu, 6 Dec 2018 15:20:24 +0100 Subject: [PATCH] tests/gnrc_sock_udp: mark arduino-atmega2560 for insufficient memory --- tests/gnrc_sock_udp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gnrc_sock_udp/Makefile b/tests/gnrc_sock_udp/Makefile index 4583d8b4f5..aac7509166 100644 --- a/tests/gnrc_sock_udp/Makefile +++ b/tests/gnrc_sock_udp/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno \ +BOARD_INSUFFICIENT_MEMORY := arduino-mega2560 arduino-duemilanove arduino-uno \ chronos nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \ waspmote-pro -- GitLab