Fix compiler warning ultralcd.cpp:4038:10: warning: unused variable 'chars

This commit is contained in:
Marek Bel 2019-03-01 17:18:05 +01:00
parent a964f996fa
commit 4c2d4fcf77
1 changed files with 0 additions and 1 deletions

View File

@ -4035,7 +4035,6 @@ static void lcd_print_state(uint8_t state)
static void lcd_show_sensors_state()
{
//0: N/A; 1: OFF; 2: ON
uint8_t chars = 0;
uint8_t pinda_state = STATE_NA;
uint8_t finda_state = STATE_NA;
uint8_t idler_state = STATE_NA;