diff --git a/wled00/src/font/codepages.h b/wled00/src/font/codepages.h index b57de32d..4b45c565 100644 --- a/wled00/src/font/codepages.h +++ b/wled00/src/font/codepages.h @@ -1,6 +1,7 @@ #ifndef WLED_CODEPAGES_H #define WLED_CODEPAGES_H #include // needed to get uint16_t definition +#include // helps for code analysis with clang constexpr uint16_t UNKNOWN_CODE = 0x2022; // • constexpr uint16_t BAD_CODE = 0x2022; // •