apply formatting to core code

This commit is contained in:
Siwat Sirichai 2019-08-10 20:14:38 +07:00
parent f500381d4a
commit f219cd3a0c
1 changed files with 4 additions and 4 deletions

View File

@ -42,11 +42,11 @@ int menu;
void drawmenu()
{
switch (menu)
{
{
case '1':
lcd.print(" Waterish OS OK ");
break;
}
lcd.print(" Waterish OS OK ");
break;
}
}
void readA() {
uint8_t pin = mcp.getLastInterruptPin();