TMTC updated #7

Merged
meierj merged 28 commits from mueller/tmtc-update into develop 2020-12-27 15:22:46 +01:00
2 changed files with 8 additions and 6 deletions
Showing only changes of commit e0c57f5d5d - Show all commits

View File

@ -6,9 +6,10 @@
#ifndef CONFIG_OBSWCONFIG_H_ #ifndef CONFIG_OBSWCONFIG_H_
#define CONFIG_OBSWCONFIG_H_ #define CONFIG_OBSWCONFIG_H_
#define ADD_TEST_FOLDER 1 #define OBSW_ADD_TEST_CODE 0
// Define not used yet, PUS stack and TMTC tasks are always started // These defines should be disabled for mission code but are useful for
#define ADD_PUS_STACK 1 // debugging.
#define OBSW_ENHANCED_PRINTOUT 1
#endif /* CONFIG_OBSWCONFIG_H_ */ #endif /* CONFIG_OBSWCONFIG_H_ */

View File

@ -8,7 +8,8 @@
#define OBSW_ADD_TEST_CODE 0 #define OBSW_ADD_TEST_CODE 0
// Define not used yet, PUS stack and TMTC tasks are always started // These defines should be disabled for mission code but are useful for
#define ADD_PUS_STACK 1 // debugging.
#define OBSW_ENHANCED_PRINTOUT 1
#endif /* FSFWCONFIG_OBSWCONFIG_H_ */ #endif /* FSFWCONFIG_OBSWCONFIG_H_ */