1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 23:41:18 +01:00
Marian Buschsieweke 85233b355b
tests/drivers/hm330x: use fmt_table
This replaces the vendored in `print_col_u32_dec()` with the one provided
by the `fmt_table` module.
2025-04-27 22:49:22 +02:00

13 lines
227 B
Makefile

BOARD ?= nrf52840-mdk
include ../Makefile.drivers_common
DRIVER ?= hm3301
USEMODULE += $(DRIVER)
USEMODULE += ztimer_usec
USEMODULE += ztimer_msec
USEMODULE += fmt
USEMODULE += fmt_table
include $(RIOTBASE)/Makefile.include