mirror of
https://github.com/peter-tanner/satellite-testing-system.git
synced 2024-11-30 12:30:16 +08:00
6 lines
107 B
C
6 lines
107 B
C
#ifndef __ENTRYPOINT_H
|
|
#define __ENTRYPOINT_H
|
|
|
|
void StartEntrypointTask(void const *argument);
|
|
|
|
#endif |