diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2014-08-12 19:10:42 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2014-08-12 19:10:42 -0700 |
commit | 302dfa7ea7c651c39fc6a93b82a027e9e3bc2b8c (patch) | |
tree | b76a8211f014cc3d427b9cc30944e73c41a14a3d /host/docs/gpio_api.dox | |
parent | b2a246a39d4b0c4ce1fd21e24e789aed945b789c (diff) | |
parent | 94c2740bc009ea813938db03807c6f9666c32561 (diff) | |
download | uhd-302dfa7ea7c651c39fc6a93b82a027e9e3bc2b8c.tar.gz uhd-302dfa7ea7c651c39fc6a93b82a027e9e3bc2b8c.tar.bz2 uhd-302dfa7ea7c651c39fc6a93b82a027e9e3bc2b8c.zip |
Merge remote-tracking branch 'origin/master' into ashish/cat_refactor_phase2
Diffstat (limited to 'host/docs/gpio_api.dox')
-rw-r--r-- | host/docs/gpio_api.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/gpio_api.dox b/host/docs/gpio_api.dox index 17a2411fc..96d2a14be 100644 --- a/host/docs/gpio_api.dox +++ b/host/docs/gpio_api.dox @@ -69,7 +69,7 @@ one more: \subsection xgpio_fpanel_xample An Example The front panel X3x0 GPIO bank is enumerated in the motherboard property -tree (`*<mb_path>/gpio/FP0/*`), and so is easily accessible through +tree ('*<mb_path>/gpio/FP0/\*'), and so is easily accessible through the standard uhd::usrp::multi_usrp UHD interface. You can discover this using the uhd::usrp::multi_usrp::get_gpio_banks() function. |