update changelog
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
parent
870cc1da10
commit
a0fda428bf
@ -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
|
||||
|
||||
|
@ -104,7 +104,3 @@ void ObjectFactory::produce(void* args) {
|
||||
createAcsController(true);
|
||||
satsystem::init();
|
||||
}
|
||||
|
||||
void ObjectFactory::createAcsBoardGpios(GpioCookie& cookie) {}
|
||||
|
||||
void ObjectFactory::createAcsBoardGpios(GpioCookie& cookie) {}
|
||||
|
Loading…
Reference in New Issue
Block a user