mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
5c6be0cdd7
This patch replaces the package supplied logging macros with RIOT's. It also removes the requirement that DEVELHELP be defined to enable logging. Instead, logging can be enabled/dissabled via the log level. The patch also replaceses the package's trace macro with RIOT's DEBUG macro.
11 lines
195 B
Makefile
11 lines
195 B
Makefile
include ../Makefile.pkg_common
|
|
|
|
USEPKG += littlefs2
|
|
USEMODULE += embunit
|
|
USEMODULE += mtd_emulated
|
|
|
|
# silence expected errors
|
|
CFLAGS += -DLOG_LEVEL=LOG_NONE
|
|
|
|
include $(RIOTBASE)/Makefile.include
|