summaryrefslogtreecommitdiff
path: root/usrp2/firmware/apps/factory_test.c
diff options
context:
space:
mode:
authorJohnathan Corgan2009-09-17 10:37:27 -0700
committerJohnathan Corgan2009-12-03 15:49:12 -0800
commit7f28201b45a63735b3b710105e1c86dbe1f4e514 (patch)
treec7514f6284d327db73beedace311a0f4850dff7c /usrp2/firmware/apps/factory_test.c
parenta198e5134b00a1d5b98b5447aafd3cdba8508609 (diff)
downloadgnuradio-7f28201b45a63735b3b710105e1c86dbe1f4e514.tar.gz
gnuradio-7f28201b45a63735b3b710105e1c86dbe1f4e514.tar.bz2
gnuradio-7f28201b45a63735b3b710105e1c86dbe1f4e514.zip
Applied 'start streaming at' patch from Douglas Geiger
Diffstat (limited to 'usrp2/firmware/apps/factory_test.c')
-rw-r--r--usrp2/firmware/apps/factory_test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/usrp2/firmware/apps/factory_test.c b/usrp2/firmware/apps/factory_test.c
index a4bc06d58..1332f6219 100644
--- a/usrp2/firmware/apps/factory_test.c
+++ b/usrp2/firmware/apps/factory_test.c
@@ -187,6 +187,11 @@ start_rx_streaming_cmd(const u2_mac_addr_t *host, op_start_rx_streaming_t *p)
}
+void start_rx_streaming_at_cmd(const u2_mac_addr_t *host, op_start_rx_streaming_t *p, uint32_t time)
+{}
+void restart_streaming_at(uint32_t time)
+{}
+
void
stop_rx_cmd(void)
{