From e28147bc960d771c3d09a5ec967ceb5242c3f02c Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 6 Apr 2015 11:46:19 -1000 Subject: Changed to Support boardctrl in upstream NuttX --- src/drivers/boards/px4fmu-v2/px4fmu2_init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/drivers/boards/px4fmu-v2/px4fmu2_init.c') diff --git a/src/drivers/boards/px4fmu-v2/px4fmu2_init.c b/src/drivers/boards/px4fmu-v2/px4fmu2_init.c index 74bbfa4c6..9bb2cc166 100644 --- a/src/drivers/boards/px4fmu-v2/px4fmu2_init.c +++ b/src/drivers/boards/px4fmu-v2/px4fmu2_init.c @@ -35,7 +35,7 @@ * @file px4fmu2_init.c * * PX4FMUv2-specific early startup code. This file implements the - * nsh_archinitialize() function that is called early by nsh during startup. + * board_app_initialize() function that is called early by nsh during startup. * * Code here is run before the rcS script is invoked; it should start required * subsystems and perform board-specific initialization. @@ -186,7 +186,7 @@ stm32_boardinitialize(void) } /**************************************************************************** - * Name: nsh_archinitialize + * Name: board_app_initialize * * Description: * Perform architecture specific initialization @@ -212,7 +212,7 @@ __EXPORT int matherr(struct exception *e) } #endif -__EXPORT int nsh_archinitialize(void) +__EXPORT int board_app_initialize(void) { /* configure ADC pins */ -- cgit v1.2.3