Skip to content

Commit

Permalink
Fix lint issue (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Apr 3, 2024
1 parent c332e88 commit 65cfc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/solax_modbus/solax_modbus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "esphome/core/log.h"
#include "esphome/core/helpers.h"

#define BROADCAST_ADDRESS 0xFF
static const uint8_t BROADCAST_ADDRESS = 0xFF;

namespace esphome {
namespace solax_modbus {
Expand Down

0 comments on commit 65cfc06

Please sign in to comment.