irq working

This commit is contained in:
2022-11-02 18:58:29 +01:00
parent b2e3bc7e7a
commit 2d821ef8df
6 changed files with 19 additions and 23 deletions

View File

@ -6,8 +6,7 @@
#include <cmath>
#include <cstdlib>
CoreControllerDummy::CoreControllerDummy(object_id_t objectId)
: ExtendedControllerBase(objectId) {}
CoreControllerDummy::CoreControllerDummy(object_id_t objectId) : ExtendedControllerBase(objectId) {}
ReturnValue_t CoreControllerDummy::initialize() {
static bool done = false;