2020-09-30 17:17:01 +02:00
|
|
|
/**
|
|
|
|
* @brief This file can be used to add preprocessor define for conditional
|
|
|
|
* code inclusion exclusion or various other project constants and
|
|
|
|
* properties in one place.
|
|
|
|
*/
|
2020-11-20 18:10:39 +01:00
|
|
|
#ifndef FSFWCONFIG_OBSWCONFIG_H_
|
|
|
|
#define FSFWCONFIG_OBSWCONFIG_H_
|
2020-09-30 17:17:01 +02:00
|
|
|
|
2020-12-04 14:14:08 +01:00
|
|
|
#define ADD_TEST_CODE 0
|
2020-09-30 17:17:01 +02:00
|
|
|
|
|
|
|
// Define not used yet, PUS stack and TMTC tasks are always started
|
|
|
|
#define ADD_PUS_STACK 1
|
|
|
|
|
2020-11-20 18:10:39 +01:00
|
|
|
#endif /* FSFWCONFIG_OBSWCONFIG_H_ */
|