Update gp8403_output.h

This commit is contained in:
SeByDocKy 2024-11-06 22:07:43 +01:00 committed by GitHub
parent e5b932275b
commit c051413018
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,6 @@ class GP8403Output : public Component, public output::FloatOutput, public Parent
void set_channel(uint8_t channel) { this->channel_ = channel; }
void write_state(float state) override;
protected:
uint8_t channel_;
};