1
0
forked from fsfw/fsfw

removed old poolVar file

This commit is contained in:
2020-05-17 22:20:54 +02:00
parent 9da0b0b2b2
commit 71f1722b88
9 changed files with 11 additions and 303 deletions

View File

@ -1,4 +1,5 @@
#pragma once
#ifndef GLOBALPOOLVARIABLE_TPP_
#define GLOBALPOOLVARIABLE_TPP_
template <class T>
inline GlobPoolVar<T>::GlobPoolVar(uint32_t set_id,
@ -82,3 +83,5 @@ template <class T>
inline void GlobPoolVar<T>::setValid(uint8_t valid) {
this->valid = valid;
}
#endif