From 36c175fb855d11d09d5418afa83dcc7a6924efac Mon Sep 17 00:00:00 2001 From: jcorgan Date: Sun, 3 Sep 2006 23:46:01 +0000 Subject: Merged branch jcorgan/wip into trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3471 221aa14e-8319-0410-a670-987f0aec2ac5 --- ezdop/src/host/tests/dopper.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ezdop/src/host/tests/dopper.cc') 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"); -- cgit