refactor: format CMakeLists.txt for better readability and add documentation comments in dmx.h

This commit is contained in:
HendrikRauh 2026-03-20 22:55:55 +01:00
parent 573757ffe0
commit 226370a077
3 changed files with 19 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#define LOG_TAG "DMX"
#define LOG_TAG "DMX" ///< "DMX" log tag for this file
#include <stdint.h>