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

update namespace

Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2024-10-06 21:36:27 +02:00
parent 09eac47a40
commit 45f35338b5

View file

@ -24,7 +24,7 @@
#include <villas/utils.hpp>
using namespace villas::kernel::devices;
using villas::kernel::devices::utils::write_to_file;
using villas::utils::write_to_file;
#define PCI_BASE_ADDRESS_N(n) (PCI_BASE_ADDRESS_0 + sizeof(uint32_t) * (n))