[max6921] fix clang-tidy check

This commit is contained in:
endym 2024-09-28 17:42:20 +02:00
parent 3fc7a808b9
commit 8ebd17ddb2

View file

@ -17,9 +17,6 @@ static const char *const TAG = "max6921";
float MAX6921Component::get_setup_priority() const { return setup_priority::HARDWARE; }
void MAX6921Component::setup() {
const uint32_t pwm_freq_wanted = 5000;
const uint8_t pwm_resolution = 8;
ESP_LOGCONFIG(TAG, "Setting up MAX6921...");
// global_max6921 = this;