fsfw/src/fsfw/rmap/rmapConf.h

11 lines
252 B
C

#ifndef FSFW_SRC_FSFW_RMAP_RAMCONF_H_
#define FSFW_SRC_FSFW_RMAP_RAMCONF_H_
#include "fsfw/FSFW.h"
#ifndef FSFW_ADD_RMAP
#warning RMAP was included but compilation was not enabled with FSFW_ADD_RMAP
#endif
#endif /* FSFW_SRC_FSFW_RMAP_RAMCONF_H_ */