1
0
forked from fsfw/fsfw

minor formatting stuff

This commit is contained in:
2021-03-01 12:36:18 +01:00
parent 9f09c190bb
commit 9e9113912b
3 changed files with 15 additions and 23 deletions

View File

@ -24,7 +24,6 @@ private:
return manager.getMutexHandle();
}
template<typename T> friend class LocalPoolVariable;
template<typename T, uint16_t vecSize> friend class LocalPoolVector;
};