6 lines
82 B
C
Executable file
6 lines
82 B
C
Executable file
#ifndef _BOARD_START_H
|
|
#define _BOARD_START_H
|
|
|
|
void BoardStartExec(void);
|
|
|
|
#endif
|