optional module handling complete
This commit is contained in:
11
src/fsfw/datalinklayer/dllConf.h
Normal file
11
src/fsfw/datalinklayer/dllConf.h
Normal 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_ */
|
Reference in New Issue
Block a user