include guard fix

This commit is contained in:
Robin Müller 2020-09-29 14:51:08 +02:00
parent a58e47623f
commit 1ed1b7ea06
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
#ifndef FRAMEWORK_STORAGEMANAGER_STOREADDRESS_H_ #ifndef FSFW_STORAGEMANAGER_STOREADDRESS_H_
#define FRAMEWORK_STORAGEMANAGER_STOREADDRESS_H_ #define FSFW_STORAGEMANAGER_STOREADDRESS_H_
#include <cstdint> #include <cstdint>
/** /**
@ -51,4 +52,4 @@ union store_address_t {
} }
}; };
#endif /* FRAMEWORK_STORAGEMANAGER_STOREADDRESS_H_ */ #endif /* FSFW_STORAGEMANAGER_STOREADDRESS_H_ */