Eliminate another warning.

This commit is contained in:
Gregory Nutt 2017-12-17 16:51:20 -06:00
parent cf8a7bebf6
commit 7ca9e8c376

View File

@ -42,22 +42,23 @@
#include <nuttx/config.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
* Public Types
****************************************************************************/
/****************************************************************************
* Public Data
****************************************************************************/
/****************************************************************************
* Public Functions
****************************************************************************/
/****************************************************************************
* Name: tiva_boardinitialize
*
* Description:
* All Tiva architectures must provide the following entry point. This
* entry point is called early in the initialization -- after clocking and
* memory have been configured but before caches have been enabled and
* before any devices have been initialized.
*
****************************************************************************/
void tiva_boardinitialize(void);
/****************************************************************************
* Name: board_earlyinit
*