Skip to content

Commit

Permalink
fix: correct LiquidTWI2 dtor
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieter Niklaus committed Mar 11, 2021
1 parent 3eeda77 commit e5b21b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiquidTWI2.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
class LiquidTWI2 : public Print {
public:
LiquidTWI2(uint8_t i2cAddr,uint8_t detectDevice=0,uint8_t backlightInverted=0);
virtual LiquidTWI2() { }
virtual ~LiquidTWI2() { }

void begin(uint8_t cols, uint8_t rows,uint8_t charsize = LCD_5x8DOTS);

Expand Down

0 comments on commit e5b21b1

Please sign in to comment.