it was not the #pragma once
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-11-15 17:22:28 +01:00
parent e5ec8a7490
commit 7fb689b451
2 changed files with 2 additions and 8 deletions

View File

@ -1,9 +1,6 @@
#ifndef _BSP_HOSTED_SCHEDULING_H_
#define _BSP_HOSTED_SCHEDULING_H_
#pragma once
namespace scheduling {
void initMission();
void initTasks();
}; // namespace scheduling
#endif