Explorar o código

Fix compiler warning sketch/lcd.cpp:509:1: warning: label 'end' defined but not used [-Wunused-label].

Marek Bel %!s(int64=6) %!d(string=hai) anos
pai
achega
79057f070b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Firmware/lcd.cpp

+ 0 - 1
Firmware/lcd.cpp

@@ -506,7 +506,6 @@ uint8_t lcd_escape_write(uint8_t chr)
 		break;
 	}
 	escape_cnt = 0; // reset escape
-end:
 	return 1; // assume sucess
 }