fix test task
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...

This commit is contained in:
2022-05-03 11:39:12 +02:00
parent 08d7b3b859
commit c131c685a4
2 changed files with 159 additions and 178 deletions

View File

@ -1,6 +1,7 @@
#ifndef BSP_Q7S_BOARDTEST_Q7STESTTASK_H_
#define BSP_Q7S_BOARDTEST_Q7STESTTASK_H_
#include <libgpsmm.h>
#include "test/testtasks/TestTask.h"
class CoreController;
@ -22,6 +23,7 @@ class Q7STestTask : public TestTask {
bool gpsNotOpenSwitch = false;
bool gpsReadFailedSwitch = false;
int32_t noModeSetCntr = 0;
gpsmm* gpsmmPtr = nullptr;
CoreController* coreController = nullptr;
ReturnValue_t performOneShotAction() override;