star tracker fixes

This commit is contained in:
2022-03-28 17:38:57 +02:00
parent 876a13ec37
commit 991f864375
4 changed files with 6 additions and 3 deletions

View File

@ -221,7 +221,7 @@ void initmission::initTasks() {
fsTask->startTask();
#if OBSW_ADD_STAR_TRACKER == 1
strHelperTask > startTask();
strHelperTask->startTask();
#endif /* OBSW_ADD_STAR_TRACKER == 1 */
#if OBSW_ADD_ACS_HANDLERS == 1