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

fix naming of fpgaHelper file

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel 2023-01-09 08:11:35 +01:00
parent 8376508b6e
commit 94cf3583d8
6 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 31b9f1dcf034b1747b66ac9d107d244108ede71f
Subproject commit 1912f2106453cea3a20358942ad7f360b2129bc3

View file

@ -10,7 +10,7 @@ set(SOURCES
card.cpp
core.cpp
node.cpp
fpgaHelper.cpp
utils.cpp
ips/aurora_xilinx.cpp
ips/aurora.cpp

View file

@ -28,7 +28,7 @@
#include <villas/fpga/ips/dma.hpp>
#include <villas/fpga/ips/rtds.hpp>
#include <villas/fpga/ips/aurora_xilinx.hpp>
#include <villas/fpga/fpgaHelper.hpp>
#include <villas/fpga/utils.hpp>
using namespace villas;

View file

@ -28,7 +28,7 @@
#include <villas/fpga/ips/dma.hpp>
#include <villas/fpga/ips/rtds.hpp>
#include <villas/fpga/ips/aurora_xilinx.hpp>
#include <villas/fpga/fpgaHelper.hpp>
#include <villas/fpga/utils.hpp>
using namespace villas;

View file

@ -26,7 +26,7 @@
#include <villas/fpga/ips/dma.hpp>
#include <villas/fpga/ips/rtds.hpp>
#include <villas/fpga/ips/aurora_xilinx.hpp>
#include <villas/fpga/fpgaHelper.hpp>
#include <villas/fpga/utils.hpp>
using namespace villas;