tiny change

This commit is contained in:
Frank
2026-02-10 22:18:33 +01:00
parent 703b90fe88
commit f8df68cf82

View File

@@ -9,9 +9,9 @@
#include "NodeStruct.h" // to get generic NODE_TYPE_IDs
/*
* Structure: the Below part uses isolated "#if defined()" instead of a chain of if ... elif ... else
* Structure: the below part uses isolated "#if defined()" instead of a chain of if ... elif ... else
* so that the constant WLED_BOARD will be set exactly once unless there are conflicting build_flags.
* In case that several blocks are active, This causes a compiler error to easily spot the problem
* In case that several blocks are active, it causes a compiler error to easily spot the problem
* "error: redefinition of 'constexpr const unsigned int WLED_BOARD'"
*/