mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 10:10:34 +08:00
px4esc-v1 bootloader Update for upstream NuttX up_timer_initialize changes
up_timer_initialize became arm_timer_initialize
This commit is contained in:
committed by
Daniel Agar
parent
068e026ed1
commit
c59817a622
@@ -150,7 +150,7 @@ void os_start(void)
|
||||
/* Initialize the OS's timer subsystem */
|
||||
#if !defined(CONFIG_SUPPRESS_INTERRUPTS) && !defined(CONFIG_SUPPRESS_TIMER_INTS) && \
|
||||
!defined(CONFIG_SYSTEMTICK_EXTCLK)
|
||||
up_timer_initialize();
|
||||
arm_timer_initialize();
|
||||
#endif
|
||||
|
||||
/* Keep the compiler happy for a no return function */
|
||||
|
||||
Reference in New Issue
Block a user