diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/docs/sync.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/sync.rst b/host/docs/sync.rst index 5abd39f86..8622dc642 100644 --- a/host/docs/sync.rst +++ b/host/docs/sync.rst @@ -183,7 +183,7 @@ Code snippet example, tuning with timed commands: usrp->set_rx_freq(1.03e9, 1/*ch1*/); //end timed commands - usrp->set_clear_time(); + usrp->clear_command_time(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Align LOs in the front-end (others) |