mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 23:41:18 +01:00
This replaces the vendored in `print_col_u32_dec()` with the one provided by the `fmt_table` module.
13 lines
227 B
Makefile
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
|