mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 12:23:23 +08:00
[sys_time] cleanup: use sys_time.nb_x instead of old cpu_time_x
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user