8 lines
266 B
C
8 lines
266 B
C
/******************************************************************************
|
|
* @brief provide high-level startup routines for NV32Fxx.
|
|
*
|
|
*******************************************************************************/
|
|
|
|
/* Function prototypes */
|
|
void start(void);
|