From a0fda428bfe85481459a2cfd426efaf0af2fca45 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 14 Mar 2023 13:04:56 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 ++- bsp_q7s/fmObjectFactory.cpp | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 005cfd19..7ca6cd03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,8 @@ will consitute of a breaking change warranting a new major release: - Pointing control of the `AcsController` was still expecting submodes instead of modes. - Limitation of RW speeds was done before converting them to the correct unit scale. - The Syrlinks task now has a proper name instead of `MAIN_SPI`. -- Make whole EIVE system initial transition work for the EM. +- Make whole EIVE system initial transition work for the EM. This was also made possible by + always scheduling most EIVE components instead of tying the scheduling to preprocessor defines. # [v1.37.0] 2023-03-11 diff --git a/bsp_q7s/fmObjectFactory.cpp b/bsp_q7s/fmObjectFactory.cpp index 53f61528..5daab861 100644 --- a/bsp_q7s/fmObjectFactory.cpp +++ b/bsp_q7s/fmObjectFactory.cpp @@ -104,7 +104,3 @@ void ObjectFactory::produce(void* args) { createAcsController(true); satsystem::init(); } - -void ObjectFactory::createAcsBoardGpios(GpioCookie& cookie) {} - -void ObjectFactory::createAcsBoardGpios(GpioCookie& cookie) {}