Be a good c-tizen and split paper.h into header and implementation

This commit is contained in:
arne 2025-10-05 09:45:14 +02:00
commit f702715aa3
3 changed files with 319 additions and 311 deletions

View file

@ -1,2 +1,6 @@
idf_component_register(SRCS "inkpot.c"
INCLUDE_DIRS ".")
idf_component_register(
SRCS
"inkpot.c"
"paper.c"
INCLUDE_DIRS "."
)