1
0
forked from fsfw/fsfw

better include guards

This commit is contained in:
2020-05-20 14:40:50 +02:00
parent e576ddaa86
commit 71e103e2b6
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#ifndef LOCALPOOL_TPP
#define LOCALPOOL_TPP
#ifndef FRAMEWORK_STORAGEMANAGER_LOCALPOOL_H_
#define FRAMEWORK_STORAGEMANAGER_LOCALPOOL_H_
template<uint8_t NUMBER_OF_POOLS>
inline LocalPool<NUMBER_OF_POOLS>::LocalPool(object_id_t setObjectId,