mirror of
https://github.com/esphome/esphome.git
synced 2025-10-01 09:32:21 +01:00
Avoid non-const globals and enable clang-tidy check (#1892)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
namespace esphome {
|
||||
namespace uln2003 {
|
||||
|
||||
static const char *TAG = "uln2003.stepper";
|
||||
static const char *const TAG = "uln2003.stepper";
|
||||
|
||||
void ULN2003::setup() {
|
||||
this->pin_a_->setup();
|
||||
|
Reference in New Issue
Block a user