mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-03-09 05:20:21 +00:00
feat(logger): add logging macros for consistent logging across components
This commit is contained in:
parent
9a11453fbc
commit
a2d51540b7
7 changed files with 77 additions and 33 deletions
|
|
@ -2,5 +2,5 @@ idf_component_register(
|
|||
SRCS "src/storage.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES joltwallet__littlefs
|
||||
PRIV_REQUIRES vfs
|
||||
PRIV_REQUIRES vfs logger
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue