4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-14 19:49:34 +08:00

10 lines
318 B
C
Raw Normal View History

2017-09-20 14:21:18 +08:00
/******************************************************************************
* @brief provide high-level startup routines for NV32Fxx.
*
*******************************************************************************/
/* Function prototypes */
void cpu_identify(void);
void flash_identify(void);
void start(void);