From 6b2d6609a34b802b7a63b6ce3ed596b7d6e36b9c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 8 Mar 2022 10:24:36 +0100 Subject: [PATCH 1/2] fsfw update --- fsfw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsfw b/fsfw index 84f95e8d..73f0b9c0 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit 84f95e8d7641be7a83faf1cbee718c6cc5de152d +Subproject commit 73f0b9c0dc3995e2b1f11694ae1018953e7e62b1 From a73710088d272ecdb6511cc7e430d82a80750ba5 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 8 Mar 2022 10:25:47 +0100 Subject: [PATCH 2/2] bump minor version --- common/config/OBSWVersion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/OBSWVersion.h b/common/config/OBSWVersion.h index 39cb356a..f719a274 100644 --- a/common/config/OBSWVersion.h +++ b/common/config/OBSWVersion.h @@ -4,7 +4,7 @@ const char* const SW_NAME = "eive"; #define SW_VERSION 1 -#define SW_SUBVERSION 8 +#define SW_SUBVERSION 9 #define SW_REVISION 0 #endif /* COMMON_CONFIG_OBSWVERSION_H_ */