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

Merge pull request #12358 from kaspar030/tests_pkg_ubasic_add_float

tests/pkg_ubasic: add print_float dependency
This commit is contained in:
Alexandre Abadie 2019-10-02 15:55:57 +02:00 committed by GitHub
commit 0e7c3bd2b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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