aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/px4io/mixer.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/px4io/mixer.cpp b/apps/px4io/mixer.cpp
index 2acd60ce3..3ad4ded33 100644
--- a/apps/px4io/mixer.cpp
+++ b/apps/px4io/mixer.cpp
@@ -235,11 +235,11 @@ mixer_handle_text(const void *buffer, size_t length)
if (resid != mixer_text_length) {
debug("used %u", mixer_text_length - resid);
- /* copy any leftover text to the base of the buffer for re-use */
- if (resid > 0)
- memcpy(&mixer_text[0], &mixer_text[mixer_text_length - resid], resid);
+ // copy any leftover text to the base of the buffer for re-use
+ // if (resid > 0)
+ // memcpy(&mixer_text[0], &mixer_text[mixer_text_length - resid], resid);
- mixer_text_length = resid;
+ // mixer_text_length = resid;
}
break;