updated fsfw and obj factory
This commit is contained in:
@ -100,10 +100,10 @@ void ObjectFactory::produce(){
|
|||||||
* Setting PCDU devices to mode normal immediately after start up because PCDU is always
|
* Setting PCDU devices to mode normal immediately after start up because PCDU is always
|
||||||
* running.
|
* running.
|
||||||
*/
|
*/
|
||||||
p60dockhandler->setModeNormal();
|
//p60dockhandler->setModeNormal();
|
||||||
pdu1handler->setModeNormal();
|
//pdu1handler->setModeNormal();
|
||||||
pdu2handler->setModeNormal();
|
//pdu2handler->setModeNormal();
|
||||||
acuhandler->setModeNormal();
|
//acuhandler->setModeNormal();
|
||||||
#endif
|
#endif
|
||||||
/* Temperature sensors */
|
/* Temperature sensors */
|
||||||
Tmp1075Handler* tmp1075Handler_1 = new Tmp1075Handler(
|
Tmp1075Handler* tmp1075Handler_1 = new Tmp1075Handler(
|
||||||
|
2
fsfw
2
fsfw
Submodule fsfw updated: 533d164cac...83d0db8242
Reference in New Issue
Block a user