mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Fixes #1042
This commit is contained in:
parent
cfd4aa73a0
commit
533000ddcd
17 changed files with 70 additions and 2 deletions
|
@ -591,7 +591,7 @@ extern uint8_t pxxFlag[NUM_MODULES];
|
|||
#define ZCHAR_MAX (LEN_STD_CHARS + LEN_SPECIAL_CHARS)
|
||||
|
||||
char idx2char(int8_t idx);
|
||||
#if defined(CPUARM)
|
||||
#if defined(CPUARM) || defined(SIMU)
|
||||
int8_t char2idx(char c);
|
||||
void str2zchar(char *dest, const char *src, int size);
|
||||
void zchar2str(char *dest, const char *src, int size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue