This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit be57e262b5296c5f5d4298041ed70ca49d4698b5 Author: Matias N <[email protected]> AuthorDate: Sun Aug 23 17:02:33 2020 -0300 nxstyle fixes --- boards/arm/nrf52/nrf52832-sparkfun/src/nrf52832-sparkfun.h | 2 +- boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_boot.c | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52832-sparkfun.h b/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52832-sparkfun.h index 8684c8f..22316f7 100644 --- a/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52832-sparkfun.h +++ b/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52832-sparkfun.h @@ -70,7 +70,7 @@ #ifndef __ASSEMBLY__ /**************************************************************************** - * Public Functions + * Public Function Prototypes ****************************************************************************/ /**************************************************************************** diff --git a/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_boot.c b/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_boot.c index bfa65e7..bff5da0 100644 --- a/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_boot.c +++ b/boards/arm/nrf52/nrf52832-sparkfun/src/nrf52_boot.c @@ -79,10 +79,11 @@ void nrf52_board_initialize(void) * Description: * If CONFIG_BOARD_LATE_INITIALIZE is selected, then an additional * initialization call will be performed in the boot-up sequence to a - * function called board_late_initialize(). board_late_initialize() will be - * called immediately after up_initialize() is called and just before the - * initial application is started. This additional initialization phase - * may be used, for example, to initialize board-specific device drivers. + * function called board_late_initialize(). board_late_initialize() will + * be called immediately after up_initialize() is called and just before + * the initial application is started. This additional initialization + * phase may be used, for example, to initialize board-specific device + * drivers. * ****************************************************************************/
