mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
s2740vc-v1 bootloader Update for upstream NuttX up_timer_initialize changes
up_timer_initialize became arm_timer_initialize
This commit is contained in:
parent
92c0e6861f
commit
44bfd797b7
@ -106,7 +106,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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user