mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Cleanup (the Fluxmap doesn't store intervals any more, just byte opcode
things).
This commit is contained in:
@@ -203,7 +203,7 @@ std::unique_ptr<Fluxmap> usbRead(int side, int revolutions)
|
||||
int len = large_bulk_transfer(FLUXENGINE_DATA_IN_EP, buffer);
|
||||
buffer.resize(len);
|
||||
|
||||
fluxmap->appendIntervals(buffer);
|
||||
fluxmap->appendBytes(buffer);
|
||||
|
||||
await_reply<struct any_frame>(F_FRAME_READ_REPLY);
|
||||
return fluxmap;
|
||||
|
||||
Reference in New Issue
Block a user