From b720fe5d8a09f8343b735006d7213a51fa5a5cad Mon Sep 17 00:00:00 2001 From: Avi Date: Sun, 23 Oct 2022 08:25:24 +1000 Subject: [PATCH] Fix #10, Fix nasa/FM#13; Make DS/FM file header sub-types unique --- fsw/inc/ds_platform_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsw/inc/ds_platform_cfg.h b/fsw/inc/ds_platform_cfg.h index 1e782bc..c86a509 100644 --- a/fsw/inc/ds_platform_cfg.h +++ b/fsw/inc/ds_platform_cfg.h @@ -260,7 +260,7 @@ * thus the value can be anything from zero to 4,294,967,295. * (limit is not verified) */ -#define DS_FILE_HDR_SUBTYPE 12345 +#define DS_FILE_HDR_SUBTYPE 0x2710 /** * \brief Data Storage File -- cFE file header description