1
0
forked from fsfw/fsfw
Files
fsfw/tmtcpacket/pus/TmPacketStored.h
2021-04-12 22:24:11 +02:00

13 lines
250 B
C

#ifndef FSFW_TMTCPACKET_PUS_TMPACKETSTORED_H_
#define FSFW_TMTCPACKET_PUS_TMPACKETSTORED_H_
#include <FSFWConfig.h>
#if FSFW_USE_PUS_C_TELEMETRY == 1
#else
#include "TmPacketStoredPusA.h"
#endif
#endif /* FSFW_TMTCPACKET_PUS_TMPACKETSTORED_H_ */