From 42e611899befd5992d639ab3a46b08f7c5785069 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Thu, 29 Oct 2020 16:43:03 +0100 Subject: [PATCH] added timestamp size --- defaultcfg/config/FSFWConfig.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/defaultcfg/config/FSFWConfig.h b/defaultcfg/config/FSFWConfig.h index d72f23743..b6255a2fd 100644 --- a/defaultcfg/config/FSFWConfig.h +++ b/defaultcfg/config/FSFWConfig.h @@ -11,6 +11,10 @@ //! Be careful, this also turns off most diagnostic prinouts! #define FSFW_REDUCED_PRINTOUT 0 +//! Default timestamp size. The default timestamp will be a seven byte CDC short +//! timestamp. +#define FSFW_MISSION_TIMESTAMP_SIZE 8 + //! Can be used to enable debugging printouts for developing the FSFW #define FSFW_DEBUGGING 0