Skip to content

Commit

Permalink
Fix non-const global (#1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxan authored Jun 14, 2021
1 parent 0efc1f0 commit 93f8ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphome/components/light/light_call.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace esphome {
namespace light {

static const char *TAG = "light";
static const char *const TAG = "light";

#ifdef USE_JSON
LightCall &LightCall::parse_color_json(JsonObject &root) {
Expand Down

0 comments on commit 93f8ee7

Please sign in to comment.