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

This commit is contained in:
2022-05-11 00:58:19 +02:00
parent 7e87bd713d
commit 8ccd55dd06
2 changed files with 16 additions and 16 deletions

View File

@ -753,7 +753,7 @@ void ObjectFactory::createReactionWheelComponents(LinuxLibgpioIF* gpioComIF,
RwHelper rwHelper(rwIds);
auto* rwAss = new RwAssembly(objects::RW_ASS, objects::NO_OBJECT, pwrSwitcher,
pcdu::Switches::PDU2_CH2_RW_5V, rwHelper);
rwAss->
static_cast<void>(rwAss);
#endif /* OBSW_ADD_RW == 1 */
}