mirror of
https://github.com/esphome/esphome.git
synced 2025-03-13 14:18:14 +00:00
bugfix clang/tidy 3rd loop
This commit is contained in:
parent
7fa15296c7
commit
2ea4b16b2a
@ -67,7 +67,7 @@ void Beo4Protocol::encode(RemoteTransmitData *dst, const Beo4Data &data) {
|
||||
}
|
||||
|
||||
optional<Beo4Data> Beo4Protocol::decode(RemoteReceiveData src) {
|
||||
int32_t n_sym = src.size(); // number of recorded symbols
|
||||
int32_t n_sym = src.size();
|
||||
Beo4Data data{
|
||||
.source = 0,
|
||||
.command = 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user