1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00
This commit is contained in:
Damjan Adamic 2014-05-11 15:06:02 +02:00
parent cfd4aa73a0
commit 533000ddcd
17 changed files with 70 additions and 2 deletions

View file

@ -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;