This commit is contained in:
Gwenhael Le Moine 2024-04-03 17:31:19 +02:00
parent 7b4e9893e2
commit 14a7d63fb5
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -151,6 +151,7 @@ void ( *ui_draw_annunc )( void );
void ( *init_ui )( int argc, char** argv );
void ui_init_LCD( void ) { memset( lcd_nibbles_buffer, 0xf0, sizeof( lcd_nibbles_buffer ) ); }
void setup_frontend( void )
{
switch ( frontend_type ) {