From ed85041a4b9b8cd8792f6ab979cd93ed8b08cd38 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Sun, 29 Sep 2019 17:00:28 +0200 Subject: [PATCH] examples/l2util: Updated BOARD_INSUFFICIENT_MEMORY Linking works for both blackpill and bluepill --- tests/l2util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/l2util/Makefile b/tests/l2util/Makefile index 37ff7d5fa8..c29aabb95f 100644 --- a/tests/l2util/Makefile +++ b/tests/l2util/Makefile @@ -2,7 +2,7 @@ DEVELHELP = 0 include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := blackpill bluepill +BOARD_INSUFFICIENT_MEMORY := USEMODULE += embunit USEMODULE += l2util