From eed816d9de6f14554f8628b2c625b8901b6c4daf Mon Sep 17 00:00:00 2001 From: "D.R.racer" Date: Mon, 30 May 2022 09:24:32 +0200 Subject: [PATCH] Fix build --- Firmware/ultralcd.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Firmware/ultralcd.cpp b/Firmware/ultralcd.cpp index f90b6d4bf..edd864aef 100755 --- a/Firmware/ultralcd.cpp +++ b/Firmware/ultralcd.cpp @@ -3210,8 +3210,6 @@ void lcd_show_choices_prompt_P(uint8_t selected, const char *first_choice, const } } -typedef ; - //! @brief Show single or multiple screen message with two possible choices and wait with possible timeout //! @param msg Message to show. If NULL, do not clear the screen and handle choice selection only. //! @param allow_timeouting bool, if true, allows time outing of the screen