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

remove unnecessary characters in villas-fpga-ctrl

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
Niklas Eiling 2023-03-20 10:23:13 +01:00
parent 6b58624e57
commit 4ef114fad4

View file

@ -51,7 +51,7 @@ void writeToDmaFromStdIn(std::shared_ptr<villas::fpga::ip::Dma> dma)
}
size_t cur = 0, next = 1;
er //std::ios::sync_with_stdio(false);
std::ios::sync_with_stdio(false);
std::string line;
bool firstXfer = true;