1
0
forked from fsfw/fsfw

pus c working

This commit is contained in:
2021-04-13 01:24:26 +02:00
parent ed186b04df
commit fc7e401ddc
4 changed files with 10 additions and 6 deletions

View File

@ -45,7 +45,7 @@
namespace fsfwconfig {
//! Default timestamp size. The default timestamp will be an eight byte CDC
//! short timestamp.
static constexpr uint8_t FSFW_MISSION_TIMESTAMP_SIZE = 8;
static constexpr uint8_t FSFW_MISSION_TIMESTAMP_SIZE = 7;
//! Configure the allocated pool sizes for the event manager.
static constexpr size_t FSFW_EVENTMGMR_MATCHTREE_NODES = 240;