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:
parent
ed92684b94
commit
e1259c637e
6 changed files with 39 additions and 25 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue