Explorar el Código

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

Marek Bel hace 6 años
padre
commit
79057f070b
Se han modificado 1 ficheros con 0 adiciones y 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
 }