arduino_midi_player/Midi/music-box-nv32-master/nv32lib/common/startup.h
2025-03-24 14:30:56 +08:00

16 lines
445 B
C

/******************************************************************************
* @brief Implement generic startup code.
*
*******************************************************************************/
#ifndef _STARTUP_H_
#define _STARTUP_H_
/********************************************************************/
void common_startup(void);
/********************************************************************/
#endif /* _STARTUP_H_ */