mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 20:10:08 +03:00
parent
170a8ff996
commit
6516029fd1
26 changed files with 72 additions and 84 deletions
|
@ -170,7 +170,7 @@ char * strAppendStringWithIndex(char * dest, const char * s, int idx)
|
|||
return strAppendUnsigned(strAppend(dest, s), abs(idx));
|
||||
}
|
||||
|
||||
char * getTimerString(char * dest, putstime_t tme, uint8_t hours)
|
||||
char * getTimerString(char * dest, int32_t tme, uint8_t hours)
|
||||
{
|
||||
char * s = dest;
|
||||
div_t qr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue