mirror of
https://github.com/esphome/esphome.git
synced 2025-01-22 04:15:58 +01:00
[max6921] fix clang-tidy check
This commit is contained in:
parent
3fc7a808b9
commit
8ebd17ddb2
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue