1
0
forked from fsfw/fsfw

long name

This commit is contained in:
2020-12-14 22:55:12 +01:00
parent 3ee25785a2
commit 95b2191824
4 changed files with 50 additions and 50 deletions

View File

@ -72,7 +72,7 @@ protected:
return HasReturnvaluesIF::RETURN_OK;
}
LocalPoolVar<T> poolVariable;
LocalPoolVariable<T> poolVariable;
};
#endif /* FSFW_MONITORING_MONITORBASE_H_ */