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:
parent
b81e4d9b74
commit
a37b64111f
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ int FpgaNodeFactory::start(SuperNode *sn)
|
|||
|
||||
cards.splice(cards.end(), piceCards);
|
||||
|
||||
return 0;
|
||||
return NodeFactory::start(sn);
|
||||
}
|
||||
|
||||
static FpgaNodeFactory p;
|
||||
|
|
Loading…
Add table
Reference in a new issue