satellite-testing-system/Core/Inc/entrypoint.h
2024-07-03 17:27:23 +08:00

6 lines
107 B
C

#ifndef __ENTRYPOINT_H
#define __ENTRYPOINT_H
void StartEntrypointTask(void const *argument);
#endif