diff options
author | Joerg Hofrichter <joerg.hofrichter@ni.com> | 2020-01-13 08:51:50 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2020-01-22 12:03:46 -0800 |
commit | 674ace7b850799f4143b69b876606da7437028c3 (patch) | |
tree | 6f85f3af55d23b93652a8b7ef5066c909baf0677 /host/docs/usrp_e3xx.dox | |
parent | bc975586cf6aa5d1c181f26ea71ccecaefcfda42 (diff) | |
download | uhd-674ace7b850799f4143b69b876606da7437028c3.tar.gz uhd-674ace7b850799f4143b69b876606da7437028c3.tar.bz2 uhd-674ace7b850799f4143b69b876606da7437028c3.zip |
fixup! docs: e320: Add documentation for gpio and eeprom-flags
Diffstat (limited to 'host/docs/usrp_e3xx.dox')
-rw-r--r-- | host/docs/usrp_e3xx.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/usrp_e3xx.dox b/host/docs/usrp_e3xx.dox index 22db5bfa3..1fc991c21 100644 --- a/host/docs/usrp_e3xx.dox +++ b/host/docs/usrp_e3xx.dox @@ -1260,9 +1260,9 @@ where FLAGS is the hex number that you can construct with the following table of | 2 | TPM (0=present) | | 3 | Enclosure (1=present) | -For example, to set your device to auto-boot, with TPM, and with fans, the flag value is 0x5, so +For example, to set your device to auto-boot, with TPM, and with fans, the flag value is 0x3, so - $ eeprom-set-flags 0x5 + $ eeprom-set-flags 0x3 \section e3xx_regmap E3XX FPGA Register Map |