mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
Re #2404: Compilation fix
This commit is contained in:
parent
08d4cb15aa
commit
268f168218
2 changed files with 6 additions and 0 deletions
|
@ -382,7 +382,10 @@ void eeLoadModel(uint8_t id)
|
|||
LOAD_MODEL_BITMAP();
|
||||
|
||||
SEND_FAILSAFE_1S();
|
||||
|
||||
#if defined(SDCARD)
|
||||
PLAY_MODEL_NAME();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue