small EM fix

This commit is contained in:
2022-11-02 15:22:05 +01:00
parent 964f9dc688
commit 8297bca969
2 changed files with 1 additions and 2 deletions

View File

@ -98,5 +98,5 @@ void ObjectFactory::produce(void* args) {
createScexComponents(q7s::UART_SCEX_DEV, pwrSwitcher, *SdCardManager::instance(), true,
std::nullopt);
#endif
createAcsController();
createAcsController(true);
}