mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Fixes #1042
This commit is contained in:
parent
cfd4aa73a0
commit
533000ddcd
17 changed files with 70 additions and 2 deletions
|
@ -204,7 +204,7 @@ char idx2char(int8_t idx)
|
|||
return ' ';
|
||||
}
|
||||
|
||||
#if defined(CPUARM)
|
||||
#if defined(CPUARM) || defined(SIMU)
|
||||
int8_t char2idx(char c)
|
||||
{
|
||||
if (c == '_') return 37;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue