1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-14 20:10:08 +03:00
Cosmetics
This commit is contained in:
Bertrand Songis 2019-06-17 16:09:09 +02:00 committed by GitHub
parent 170a8ff996
commit 6516029fd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 72 additions and 84 deletions

View file

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