fsfw/src/fsfw/tmstorage/tmStorageConf.h

12 lines
287 B
C

#ifndef FSFW_TMSTORAGE_TMSTORAGECONF_H_
#define FSFW_TMSTORAGE_TMSTORAGECONF_H_
#include "fsfw/FSFW.h"
#ifndef FSFW_ADD_TMSTORAGE
#warning TM storage files were includes but compilation was \
not enabled with FSFW_ADD_TMSTORAGE
#endif
#endif /* FSFW_TMSTORAGE_TMSTORAGECONF_H_ */