Fix compiler warning ultralcd.cpp:4038:10: warning: unused variable 'chars
This commit is contained in:
parent
a964f996fa
commit
4c2d4fcf77
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue