2025-10-10 16:07:00 +08:00

9 lines
166 B
C
Executable File

#ifndef _DEMO_START_H_
#define _DEMO_START_H_
extern void application_start( void ) __attribute__ ((weak));
extern int demo_start(void);
#endif /*_DEMO_START_H_*/