aboutsummaryrefslogtreecommitdiffstats
path: root/source/communication.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/communication.cpp')
-rw-r--r--source/communication.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/communication.cpp b/source/communication.cpp
index 5835aa5..3a264fb 100644
--- a/source/communication.cpp
+++ b/source/communication.cpp
@@ -124,6 +124,7 @@ void updateGenerator(unsigned char *cmd)
more = DAC::sigGenWantsMore();
} while (more == -1);
+ // Receive streamed samples in half-buffer chunks.
USBSerial::read(reinterpret_cast<uint8_t *>(
more == 0 ? Samples::Generator.data() : Samples::Generator.middata()),
Samples::Generator.bytesize() / 2);