9 lines
166 B
C
Executable File
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_*/
|
|
|