bugfixes hyperion handler

This commit is contained in:
2021-08-22 20:25:05 +02:00
parent dc0c8c704c
commit d1a25bfa65
3 changed files with 5 additions and 4 deletions

View File

@ -32,12 +32,13 @@ debugging. */
//! Timers can mess up the code when debugging
//! All of this should be enabled for mission code!
#define OBSW_ENABLE_TIMERS 1
#define OBSW_ADD_GPS 0
#define OBSW_ADD_STAR_TRACKER 0
#define OBSW_ADD_PLOC_SUPERVISOR 0
#define OBSW_ADD_PLOC_MPSOC 0
#define OBSW_ADD_SUN_SENSORS 0
#define OBSW_ADD_ACS_BOARD 0
#define OBSW_ADD_GPS_0 0
#define OBSW_ADD_GPS_1 0
/*******************************************************************/
/** All of the following flags should be disabled for mission code */