Skip to content
Snippets Groups Projects
Commit 7ca9e8c3 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Eliminate another warning.

parent cf8a7beb
No related branches found
No related tags found
No related merge requests found
......@@ -43,20 +43,21 @@
#include <nuttx/config.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
* Public Types
* Public Functions
****************************************************************************/
/****************************************************************************
* Public Data
* 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.
*
****************************************************************************/
/****************************************************************************
* Public Functions
****************************************************************************/
void tiva_boardinitialize(void);
/****************************************************************************
* Name: board_earlyinit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment