This commit is contained in:
Baptiste Wicht 2013-11-02 21:52:20 +01:00
parent 2cfcfc4799
commit 86004e3d94

View File

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