From 96fa80c2e68a630ad8f71948ae0cbe83f4e70690 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Wed, 23 May 2018 18:49:39 +0200 Subject: [PATCH] tests/driver_at: fix wrong nucleo board name --- tests/driver_at/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/driver_at/Makefile b/tests/driver_at/Makefile index de4acd8fa8..43ed6a582c 100644 --- a/tests/driver_at/Makefile +++ b/tests/driver_at/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY += nucleo32-f031 +BOARD_INSUFFICIENT_MEMORY += nucleo-f031k6 USEMODULE += shell USEMODULE += at -- GitLab