1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/pkg_ubasic: add print_float dependency

This commit is contained in:
Kaspar Schleiser 2019-10-02 13:41:52 +02:00
parent 1663c49418
commit b05173b5f7

View File

@ -31,5 +31,6 @@ BOARD_BLACKLIST := \
USEPKG += ubasic
USEMODULE += ubasic_tests
USEMODULE += printf_float
include $(RIOTBASE)/Makefile.include