summaryrefslogtreecommitdiff
path: root/ezdop/src/host/tests
diff options
context:
space:
mode:
Diffstat (limited to 'ezdop/src/host/tests')
-rw-r--r--ezdop/src/host/tests/dopper.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/ezdop/src/host/tests/dopper.cc b/ezdop/src/host/tests/dopper.cc
index a7e79c53d..74faba268 100644
--- a/ezdop/src/host/tests/dopper.cc
+++ b/ezdop/src/host/tests/dopper.cc
@@ -57,9 +57,11 @@ int main(int argc, char *argv)
else
printf("failed.\n");
+ float volume;
+
for (int i = 0; i < chunks; i++) {
printf("Asking EZDOP for %i samples...", samples);
- int rd = dop->read_iq(buffer, samples);
+ int rd = dop->read_iq(buffer, samples, volume);
printf("got %i --- ", rd);
if (rd != samples)
printf("*****\n");