mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Compilation fix
This commit is contained in:
parent
a07fb2bb5a
commit
41bb035ce5
3 changed files with 11 additions and 11 deletions
|
@ -32,7 +32,7 @@ char * strAppendFilename(char * dest, const char * filename, const int size);
|
|||
char * getStringAtIndex(char * dest, const char * s, int idx);
|
||||
char * strAppendStringWithIndex(char * dest, const char * s, int idx);
|
||||
#define LEN_TIMER_STRING 10 // "-00:00:00"
|
||||
char * getTimerString(char * dest, int32_t tme, uint8_t hours=0);
|
||||
char * getTimerString(char * dest, int tme, uint8_t hours=0);
|
||||
char * getCurveString(char * dest, int idx);
|
||||
char * getGVarString(char * dest, int idx);
|
||||
char * getSwitchPositionName(char * dest, swsrc_t idx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue