moved config flag to cmmon config

This commit is contained in:
2021-07-26 13:51:00 +02:00
parent 590d5e11e1
commit 261fc8b58f
6 changed files with 31 additions and 18 deletions

View File

@ -18,10 +18,6 @@
debugging. */
#define OBSW_VERBOSE_LEVEL 1
// Use TCP instead of UDP for the TMTC bridge. This allows using the TMTC client locally
// because UDP packets are not allowed in the VPN
#define OBSW_USE_TMTC_TCP_BRIDGE 0
#define OBSW_PRINT_MISSED_DEADLINES 1
#define OBSW_ADD_TEST_CODE 1
#define OBSW_ADD_TEST_PST 1