diff --git a/esphome/core/buildinfo.cpp b/esphome/core/buildinfo.cpp index 4947f7fe7f..2913b1f898 100644 --- a/esphome/core/buildinfo.cpp +++ b/esphome/core/buildinfo.cpp @@ -27,9 +27,9 @@ #endif #if defined(__SIZEOF_POINTER__) && __SIZEOF_POINTER__ == 8 -#define WS 64 +#define WS 64 // NOLINT #else -#define WS 32 +#define WS 32 // NOLINT #define USE_32BIT #endif