optional module handling complete

This commit is contained in:
2021-07-19 18:26:54 +02:00
parent d47906e833
commit d4f5c31881
55 changed files with 207 additions and 54 deletions

View File

@ -0,0 +1,11 @@
#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_ */