This commit is contained in:
Guðni Már Gilbert 2022-05-13 18:50:06 +00:00 committed by D.R.racer
parent 031c588802
commit 6e1cf7e98c
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ void lcd_crash_detect_disable();
enum ButtonChoice
{
LEFT_BUTTON_CHOICE = 0,
LEFT_BUTTON_CHOICE = 0,
MIDDLE_BUTTON_CHOICE = 1,
RIGHT_BUTTON_CHOICE = 2,
};