fix pointer

This commit is contained in:
Siwat Sirichai 2019-08-10 20:11:49 +07:00
parent 3f6b18b2e2
commit fa9d30763d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ LiquidCrystal_I2C lcd(0x27, 16, 2);
int menu; int menu;
void drawmenu() void drawmenu()
{ {
switch (this->menu) switch (menu)
case: '1': case: '1':
lcd.print(" Waterish OS OK "); lcd.print(" Waterish OS OK ");