9 lines
166 B
C
Raw Normal View History

2025-10-10 16:07:00 +08:00
#ifndef _DEMO_START_H_
#define _DEMO_START_H_
extern void application_start( void ) __attribute__ ((weak));
extern int demo_start(void);
#endif /*_DEMO_START_H_*/