mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-04-09 03:11:29 +00:00
add doxygen and header guards
This commit is contained in:
parent
f30fa4f130
commit
472b478afe
8 changed files with 126 additions and 21 deletions
|
|
@ -1,2 +1,8 @@
|
|||
idf_component_register(SRCS "dmx-interface.c" INCLUDE_DIRS "." REQUIRES
|
||||
web_server)
|
||||
idf_component_register(
|
||||
SRCS
|
||||
"dmx-interface.c"
|
||||
INCLUDE_DIRS
|
||||
"."
|
||||
REQUIRES
|
||||
web_server
|
||||
logger)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue