mirror of
https://github.com/esphome/esphome.git
synced 2026-09-16 01:28:39 +00:00
nolint for the macros that have to be macros
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user