1
0
forked from fsfw/fsfw

fixes from code review

This commit is contained in:
2021-04-20 18:35:11 +02:00
parent 5759c2cbe6
commit 3f91803422
2 changed files with 6 additions and 3 deletions

View File

@ -50,8 +50,8 @@
#define FSFW_USE_REALTIME_FOR_LINUX 1
namespace fsfwconfig {
//! Default timestamp size. The default timestamp will be an eight byte CDC
//! short timestamp.
//! Default timestamp size. The default timestamp will be an seven byte CDC short timestamp.
static constexpr uint8_t FSFW_MISSION_TIMESTAMP_SIZE = 7;
//! Configure the allocated pool sizes for the event manager.