mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 23:35:17 +03:00
Cosmetics
This commit is contained in:
parent
da8c0297c4
commit
ad63f7e7f7
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ int cliDisplay(const char ** argv)
|
||||||
else if (!strcmp(argv[1], "time")) {
|
else if (!strcmp(argv[1], "time")) {
|
||||||
struct gtm utm;
|
struct gtm utm;
|
||||||
gettime(&utm);
|
gettime(&utm);
|
||||||
serialPrint("time = %4d-%02d-%02d %02d:%02d:%02d.%02d0,", utm.tm_year+1900, utm.tm_mon+1, utm.tm_mday, utm.tm_hour, utm.tm_min, utm.tm_sec, g_ms100);
|
serialPrint("time = %4d-%02d-%02d %02d:%02d:%02d.%02d0", utm.tm_year+1900, utm.tm_mon+1, utm.tm_mday, utm.tm_hour, utm.tm_min, utm.tm_sec, g_ms100);
|
||||||
}
|
}
|
||||||
else if (toInt(argv, 1, &address) > 0) {
|
else if (toInt(argv, 1, &address) > 0) {
|
||||||
int size = 256;
|
int size = 256;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue