added cmake support for csp lib

This commit is contained in:
2020-12-29 13:59:31 +01:00
committed by Robin Mueller
parent aa3168b2c7
commit d8185c0611
42 changed files with 490 additions and 67 deletions

9
bsp_q7s/InitMission.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef BSP_Q7S_INITMISSION_H_
#define BSP_Q7S_INITMISSION_H_
namespace InitMission {
void initMission();
void initTasks();
};
#endif /* BSP_Q7S_INITMISSION_H_ */