From 44bfd797b7eb660ee4298eeb1f97fe5b309d88f4 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Thu, 9 Feb 2017 13:48:08 -1000 Subject: [PATCH] s2740vc-v1 bootloader Update for upstream NuttX up_timer_initialize changes up_timer_initialize became arm_timer_initialize --- nuttx-configs/s2740vc-v1/src/ostubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/s2740vc-v1/src/ostubs.c b/nuttx-configs/s2740vc-v1/src/ostubs.c index 13b8ce1225..cb9c134196 100644 --- a/nuttx-configs/s2740vc-v1/src/ostubs.c +++ b/nuttx-configs/s2740vc-v1/src/ostubs.c @@ -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 */