diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-09-15 16:38:09 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-09-15 16:38:09 -0700 |
commit | 28fa5a1283649c526305a899ee83a88b8ba9a4bd (patch) | |
tree | cf4c6cac92a48b4004d21e68f7a5ce41e8d666c7 | |
parent | a09e0a31b73db3061f2e7c4a9813fe6963f95fb2 (diff) | |
parent | 4b8a5333ed1844ba627d6993db39bdcadeb3c835 (diff) | |
download | uhd-28fa5a1283649c526305a899ee83a88b8ba9a4bd.tar.gz uhd-28fa5a1283649c526305a899ee83a88b8ba9a4bd.tar.bz2 uhd-28fa5a1283649c526305a899ee83a88b8ba9a4bd.zip |
Merge branch 'maint'
-rw-r--r-- | host/docs/Doxyfile.in | 2 | ||||
-rw-r--r-- | host/docs/usrp_b200.dox | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/host/docs/Doxyfile.in b/host/docs/Doxyfile.in index 0f0a5cc27..dc4966011 100644 --- a/host/docs/Doxyfile.in +++ b/host/docs/Doxyfile.in @@ -601,7 +601,7 @@ CITE_BIB_FILES = # The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used. -QUIET = NO +QUIET = YES # The WARNINGS tag can be used to turn on/off the warning messages that are # generated by doxygen. Possible values are YES and NO. If left blank diff --git a/host/docs/usrp_b200.dox b/host/docs/usrp_b200.dox index 6c4e52dd6..0afcf99da 100644 --- a/host/docs/usrp_b200.dox +++ b/host/docs/usrp_b200.dox @@ -126,7 +126,8 @@ Below is a table of the B200/B210 LED indicators and their meanings: </tr> <tr> <td>LED600</td> <td>Power Indicator</td> <td>off = no power applied<br> - red = power applied (external or USB)</td> + red = external power applied<br> + blue(red prior to rev 6) = USB power applied</td> </tr> <tr> <td>LED800</td> <td>Channel 2 RX2 Activity</td> <td>off = no power applied<br> |