1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Compilation fix

This commit is contained in:
Bertrand Songis 2020-10-03 11:42:23 +02:00
parent a07fb2bb5a
commit 41bb035ce5
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
3 changed files with 11 additions and 11 deletions

View file

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