Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit bd8d458

Browse files
author
IgnoreWarnings
committed
fix init intc
1 parent dcd4b33 commit bd8d458

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/core.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ std::list<std::shared_ptr<Core>> CoreFactory::make(Card *card,
192192
auto intc = new PlatformInterruptController();
193193
intc->id = id;
194194
intc->logger = villas::logging.get(id.getName());
195+
intc->card = card;
196+
intc->init();
195197

196198
const char *irqName = name;
197199
std::string irqControllerName = "PlatformInterruptController";

0 commit comments

Comments
 (0)