Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wichers committed Mar 11, 2024
1 parent 5f9efd2 commit 74f014f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/comfoair/comfoair.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class ComfoAirClimate : public climate::Climate {
}

protected:
ComfoAirComponentBase comfoair_;
ComfoAirComponentBase *comfoair_;
};

class ComfoAirComponent : public ComfoAirComponentBase, PollingComponent, uart::UARTDevice {
Expand Down

0 comments on commit 74f014f

Please sign in to comment.