fsfw/tmtcpacket/pus/tm/TmPacketStored.h

14 lines
282 B
C
Raw Normal View History

2021-04-12 22:24:11 +02:00
#ifndef FSFW_TMTCPACKET_PUS_TMPACKETSTORED_H_
#define FSFW_TMTCPACKET_PUS_TMPACKETSTORED_H_
2020-10-28 19:44:37 +01:00
#include <FSFWConfig.h>
2021-04-12 22:24:11 +02:00
#if FSFW_USE_PUS_C_TELEMETRY == 1
2021-04-13 00:19:09 +02:00
#include "TmPacketStoredPusC.h"
2021-04-12 22:24:11 +02:00
#else
#include "TmPacketStoredPusA.h"
#endif
2021-04-12 22:24:11 +02:00
#endif /* FSFW_TMTCPACKET_PUS_TMPACKETSTORED_H_ */