mirror of
https://github.com/esphome/esphome.git
synced 2025-03-14 04:25:15 +01:00
Appease clang one last time...
This commit is contained in:
parent
4adc13ec33
commit
957aa23e31
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ constexpr uint64_t CODE_SIZE = 17;
|
|||
void GoboxProtocol::dump_timings_(const RawTimings &timings) const {
|
||||
ESP_LOGD(TAG, "Gobox: size=%u", timings.size());
|
||||
for (int32_t timing : timings) {
|
||||
ESP_LOGD(TAG, "Gobox: timing=%ld", (long)timing);
|
||||
ESP_LOGD(TAG, "Gobox: timing=%ld", (long) timing);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue