some dumb warning remaining
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2022-11-25 10:47:23 +01:00
parent 35cd18240c
commit e223a6eac0
4 changed files with 20 additions and 4 deletions

View File

@ -4,7 +4,8 @@
class PeriodicTaskIF;
namespace scheduling {
void scheduleTmpTempSensors(PeriodicTaskIF* tmpSensors);
void scheduleRtdSensors(PeriodicTaskIF* periodicTask);
}
} // namespace scheduling
#endif // EIVE_OBSW_SCHEDULING_H