Activate some clang-tidy checks (#1884)

This commit is contained in:
Otto Winter
2021-06-10 13:04:40 +02:00
committed by GitHub
parent eb9bd69405
commit 360effcb72
109 changed files with 458 additions and 422 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ class XPT2046Component : public PollingComponent,
bool swap_x_y_;
uint32_t report_millis_;
unsigned long last_pos_ms_{0};
uint32_t last_pos_ms_{0};
GPIOPin *irq_pin_{nullptr};
bool last_irq_{true};