include guards

This commit is contained in:
Robin Müller 2020-12-22 16:22:11 +01:00
parent 83458c851e
commit f017e9c6d4

View File

@ -1,5 +1,5 @@
#ifndef TMTCPACKET_PUS_TMPACKETSTORED_H_ #ifndef FSFW_TMTCPACKET_PUS_TMPACKETSTORED_H_
#define TMTCPACKET_PUS_TMPACKETSTORED_H_ #define FSFW_TMTCPACKET_PUS_TMPACKETSTORED_H_
#include "TmPacketBase.h" #include "TmPacketBase.h"
@ -105,4 +105,4 @@ private:
}; };
#endif /* TMTCPACKET_PUS_TMPACKETSTORED_H_ */ #endif /* FSFW_TMTCPACKET_PUS_TMPACKETSTORED_H_ */