switch to default UDP TC server, bugfix

This commit is contained in:
2022-09-13 15:29:24 +02:00
parent 9a8cca1821
commit f89ca50bcb
11 changed files with 31 additions and 21 deletions

View File

@ -0,0 +1,10 @@
#ifndef FSFW_EXAMPLE_HOSTED_DEFINITIONS_H
#define FSFW_EXAMPLE_HOSTED_DEFINITIONS_H
#include <cstdint>
namespace cfg {
static constexpr uint32_t OBSW_MAX_SCHEDULED_TCS = 200;
}
#endif // FSFW_EXAMPLE_HOSTED_DEFINITIONS_H