Fix nxstyle errors in previous commit.

This commit is contained in:
Nathan Hartman
2020-04-12 17:05:52 -04:00
committed by patacongo
parent 743dcd8acf
commit 34113810bd
2 changed files with 45 additions and 45 deletions
@@ -76,10 +76,11 @@ void sam_boardinitialize(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.
*
****************************************************************************/