From b05173b5f7229deba5f373eb4a04ad405c916ced Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 2 Oct 2019 13:41:52 +0200 Subject: [PATCH] tests/pkg_ubasic: add print_float dependency --- tests/pkg_ubasic/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pkg_ubasic/Makefile b/tests/pkg_ubasic/Makefile index 260ac6a11b..ed7e859fb6 100644 --- a/tests/pkg_ubasic/Makefile +++ b/tests/pkg_ubasic/Makefile @@ -31,5 +31,6 @@ BOARD_BLACKLIST := \ USEPKG += ubasic USEMODULE += ubasic_tests +USEMODULE += printf_float include $(RIOTBASE)/Makefile.include