1
0
forked from fsfw/fsfw

using long name now

This commit is contained in:
2020-12-14 22:56:30 +01:00
parent e06b15cb9c
commit 93842bb913
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_ */