1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-25 17:25:10 +03:00

Compilation fix (attempt N+3)

This commit is contained in:
Bertrand Songis 2019-08-22 18:48:55 +02:00
parent ed92684b94
commit e1259c637e
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
6 changed files with 39 additions and 25 deletions

View file

@ -360,8 +360,8 @@ long OpenTxSim::onTimeout(FXObject*, FXSelector, void*)
{
if (hasFocus()) {
#if defined(COPROCESSOR)
Coproc_temp = 23;
Coproc_maxtemp = 28;
coprocData.temp = 23;
coprocData.maxtemp = 28;
#endif
updateKeysAndSwitches();