Remove lcd_encoder clamp check

as proposed by @leptun
This commit is contained in:
D.R.racer 2023-04-05 09:54:48 +02:00 committed by DRracer
parent 6d2a66c1e8
commit c16db4e607
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ void menu_goto(menu_func_t menu, const int16_t encoder, const bool feedback, boo
void menu_start(void)
{
if (lcd_encoder > INT8_MAX) lcd_encoder = 0;
if (lcd_encoder < 0)
{
lcd_encoder = 0;