0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 22:58:04 +03:00

removed a 1000 pragmas

This commit is contained in:
OneOfEleven
2023-10-28 23:11:57 +01:00
parent 37b766c2fc
commit 02ecffd210
13 changed files with 50 additions and 98 deletions

View File

@ -87,9 +87,6 @@ void UI_DisplayAircopy(void)
// **********************************
// lower TX/RX status text line
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough="
switch (g_aircopy_state)
{
case AIRCOPY_READY:
@ -132,8 +129,6 @@ void UI_DisplayAircopy(void)
break;
}
#pragma GCC diagnostic pop
// **********************************
ST7565_BlitFullScreen();