From f8df68cf8269657c88ca6d6a8f65ca73166801f5 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:18:33 +0100 Subject: [PATCH] tiny change --- wled00/wled_boards.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wled00/wled_boards.h b/wled00/wled_boards.h index 8ba07e61c..25dbae345 100644 --- a/wled00/wled_boards.h +++ b/wled00/wled_boards.h @@ -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'" */