switch to default UDP TC server, bugfix
This commit is contained in:
10
bsp_hosted/fsfwconfig/definitions.h
Normal file
10
bsp_hosted/fsfwconfig/definitions.h
Normal 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
|
Reference in New Issue
Block a user