diff options
Diffstat (limited to 'host/docs/usrp1.dox')
-rw-r--r-- | host/docs/usrp1.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/usrp1.dox b/host/docs/usrp1.dox index a6b2d3741..9dfdf02c5 100644 --- a/host/docs/usrp1.dox +++ b/host/docs/usrp1.dox @@ -84,7 +84,7 @@ the EEPROM, so UHD software can initialize with the correct clock rate. Run the following commands to record the setting into the EEPROM: cd <install-path>/lib/uhd/utils - ./usrp_burn_mb_eeprom --args=<optional device args> --key=mcr --val=<rate> + ./usrp_burn_mb_eeprom --args=<optional device args> --values="mcr=<rate>" The user may override the clock rate specified in the EEPROM by using a device address: Example: |