mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-19 01:25:05 -04:00
Cleanup
This commit is contained in:
parent
2cfcfc4799
commit
86004e3d94
@ -222,7 +222,7 @@ void date_command(const char*){
|
|||||||
year += 100;
|
year += 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
k_printf("%d.%d.%d %d:%d:%d\n", day, month, year, hour, minute, second);
|
k_printf("%d.%d.%d %d:%.2d:%.2d\n", day, month, year, hour, minute, second);
|
||||||
}
|
}
|
||||||
|
|
||||||
void sleep_command(const char* params){
|
void sleep_command(const char* params){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user