update changelog
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2023-03-14 13:04:56 +01:00
parent 870cc1da10
commit a0fda428bf
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -104,7 +104,3 @@ void ObjectFactory::produce(void* args) {
createAcsController(true);
satsystem::init();
}
void ObjectFactory::createAcsBoardGpios(GpioCookie& cookie) {}
void ObjectFactory::createAcsBoardGpios(GpioCookie& cookie) {}