mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fpga: fix factory
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
parent
8395392239
commit
39825a8034
1 changed files with 5 additions and 1 deletions
|
@ -85,7 +85,11 @@ public:
|
|||
virtual
|
||||
Node * make()
|
||||
{
|
||||
return new FpgaNode;
|
||||
auto *n = new FpgaNode;
|
||||
|
||||
init(n);
|
||||
|
||||
return n;
|
||||
}
|
||||
|
||||
virtual
|
||||
|
|
Loading…
Add table
Reference in a new issue