1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-12 19:10:19 +03:00

Fix uninitialized reusable buffer

This commit is contained in:
3djc 2023-12-19 16:09:51 +01:00
parent fd1d526634
commit 6930cbfb64

View file

@ -300,7 +300,7 @@ void menuRadioSdManager(event_t _event)
if (_event == EVT_ENTRY) { if (_event == EVT_ENTRY) {
f_chdir(ROOT_PATH); f_chdir(ROOT_PATH);
#if defined(LCD_W >= 212 ) #if LCD_W >= 212
lastPos = -1; lastPos = -1;
#endif #endif
} }