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:
parent
6b58624e57
commit
4ef114fad4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue