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:
parent
fd1d526634
commit
6930cbfb64
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue