renaming
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-05-03 11:39:49 +02:00
parent c131c685a4
commit 51bcdafe33
2 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,7 @@ class Q7STestTask : public TestTask {
bool gpsNotOpenSwitch = false;
bool gpsReadFailedSwitch = false;
int32_t noModeSetCntr = 0;
gpsmm* gpsmmPtr = nullptr;
gpsmm* gpsmmShmPtr = nullptr;
CoreController* coreController = nullptr;
ReturnValue_t performOneShotAction() override;