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
980247ba94
commit
fd1d526634
1 changed files with 2 additions and 2 deletions
|
@ -300,9 +300,9 @@ void menuRadioSdManager(event_t _event)
|
|||
|
||||
if (_event == EVT_ENTRY) {
|
||||
f_chdir(ROOT_PATH);
|
||||
#idefined(LCD_W >= 212 )
|
||||
#if defined(LCD_W >= 212 )
|
||||
lastPos = -1;
|
||||
#eif
|
||||
#endif
|
||||
}
|
||||
|
||||
if (_event == EVT_ENTRY || _event == EVT_ENTRY_UP) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue