1
0
Fork 0
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:
Damjan Adamic 2015-07-19 11:13:51 +02:00
parent 08d4cb15aa
commit 268f168218
2 changed files with 6 additions and 0 deletions

View file

@ -382,7 +382,10 @@ void eeLoadModel(uint8_t id)
LOAD_MODEL_BITMAP();
SEND_FAILSAFE_1S();
#if defined(SDCARD)
PLAY_MODEL_NAME();
#endif
}
}