[sys_time] cleanup: use sys_time.nb_x instead of old cpu_time_x

This commit is contained in:
Felix Ruess
2013-02-13 18:50:59 +01:00
parent 53c09578a7
commit 281cf58259
14 changed files with 15 additions and 18 deletions
+1 -1
View File
@@ -28,6 +28,6 @@ static inline void main_init( void ) {
static inline void main_periodic_task( void ) {
LED_TOGGLE(1);
Uart0PrintString("demo3 running since ");
Uart0PrintHex32(cpu_time_sec);
Uart0PrintHex32(sys_time.nb_sec);
Uart0PrintString(" seconds\n");
}