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:
parent
8376508b6e
commit
94cf3583d8
6 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 31b9f1dcf034b1747b66ac9d107d244108ede71f
|
||||
Subproject commit 1912f2106453cea3a20358942ad7f360b2129bc3
|
|
@ -10,7 +10,7 @@ set(SOURCES
|
|||
card.cpp
|
||||
core.cpp
|
||||
node.cpp
|
||||
fpgaHelper.cpp
|
||||
utils.cpp
|
||||
|
||||
ips/aurora_xilinx.cpp
|
||||
ips/aurora.cpp
|
||||
|
|
|
@ -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;
|
||||
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue