fsfw/src/fsfw/coordinates/coordinatesConf.h

17 lines
503 B
C
Raw Normal View History

2021-07-19 18:26:54 +02:00
#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
2021-08-02 15:47:12 +02:00
#ifndef FSFW_ADD_SGP4_PROPAGATOR
#warning Coordinates files were included but SGP4 contributed code compilation was \
not enabled with FSFW_ADD_SGP4_PROPAGATOR
#endif
2021-07-19 18:26:54 +02:00
#endif /* FSFW_SRC_FSFW_COORDINATES_COORDINATESCONF_H_ */