fsfw/src/fsfw/coordinates/coordinatesConf.h

12 lines
331 B
C

#ifndef FSFW_SRC_FSFW_COORDINATES_COORDINATESCONF_H_
#define FSFW_SRC_FSFW_COORDINATES_COORDINATESCONF_H_
#include "fsfw/FSFW.h"
#ifndef FSFW_ADD_COORDINATES
#warning Coordinates files were included but compilation was \
not enabled with FSFW_ADD_COORDINATES
#endif
#endif /* FSFW_SRC_FSFW_COORDINATES_COORDINATESCONF_H_ */