use TCP server by default
fsfw/fsfw example hosted/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2022-05-18 16:02:42 +02:00
parent 228c052fae
commit 0a923a38a6
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#define OBSW_TASK_PERIODIC_EVENT 0
// Use a TCP server instead of a UDP server for TMTC reception
#define OBSW_USE_TCP_SERVER 0
#define OBSW_USE_TCP_SERVER 1
#ifdef __cplusplus