diff --git a/include/villas/nodes/fpga.hpp b/include/villas/nodes/fpga.hpp index 1d52cab51..dc5002712 100644 --- a/include/villas/nodes/fpga.hpp +++ b/include/villas/nodes/fpga.hpp @@ -85,7 +85,11 @@ public: virtual Node * make() { - return new FpgaNode; + auto *n = new FpgaNode; + + init(n); + + return n; } virtual