diff options
author | Johnathan Corgan | 2009-09-17 10:37:27 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-12-03 15:49:12 -0800 |
commit | 7f28201b45a63735b3b710105e1c86dbe1f4e514 (patch) | |
tree | c7514f6284d327db73beedace311a0f4850dff7c /usrp2/firmware/apps/factory_test.c | |
parent | a198e5134b00a1d5b98b5447aafd3cdba8508609 (diff) | |
download | gnuradio-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.c | 5 |
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) { |