fsfw/src/fsfw/datalinklayer/dllConf.h

12 lines
319 B
C

#ifndef FSFW_SRC_FSFW_DATALINKLAYER_DLLCONF_H_
#define FSFW_SRC_FSFW_DATALINKLAYER_DLLCONF_H_
#include "fsfw/FSFW.h"
#ifndef FSFW_ADD_DATALINKLAYER
#warning Datalinklayer files were included but compilation was \
not enabled with FSFW_ADD_DATALINKLAYER
#endif
#endif /* FSFW_SRC_FSFW_DATALINKLAYER_DLLCONF_H_ */