From 7f28201b45a63735b3b710105e1c86dbe1f4e514 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Thu, 17 Sep 2009 10:37:27 -0700 Subject: Applied 'start streaming at' patch from Douglas Geiger --- usrp2/firmware/apps/factory_test.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usrp2/firmware/apps/factory_test.c') 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) { -- cgit