cleaning up RPi code
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2021-09-22 14:04:39 +02:00
parent dbcf4f5d69
commit 9a16544836
5 changed files with 174 additions and 161 deletions

View File

@ -5,6 +5,8 @@
namespace ObjectFactory {
void setStatics();
void produce(void* args);
void createTestTasks();
};
#endif /* BSP_LINUX_OBJECTFACTORY_H_ */