mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-13 16:13:32 +02:00
Avoid non-const globals and enable clang-tidy check (#1892)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
namespace esphome {
|
||||
namespace tlc59208f {
|
||||
|
||||
static const char *TAG = "tlc59208f";
|
||||
static const char *const TAG = "tlc59208f";
|
||||
|
||||
// * marks register defaults
|
||||
// 0*: Register auto increment disabled, 1: Register auto increment enabled
|
||||
|
||||
Reference in New Issue
Block a user