1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fpga: call base-class function for NodeFactory::start()

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-04-04 13:37:35 +00:00 committed by Philipp Jungkamp
parent b81e4d9b74
commit a37b64111f

View file

@ -240,7 +240,7 @@ int FpgaNodeFactory::start(SuperNode *sn)
cards.splice(cards.end(), piceCards);
return 0;
return NodeFactory::start(sn);
}
static FpgaNodeFactory p;