From fa58d0298c11e87fb0a7cc6bb6aa2cd1802577b0 Mon Sep 17 00:00:00 2001 From: michael-west Date: Fri, 11 Sep 2015 16:05:36 -0700 Subject: B200: Update documentation for blue LED on rev 6 --- host/docs/usrp_b200.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/docs') 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: LED600 Power Indicator off = no power applied
- red = power applied (external or USB) + red = external power applied
+ blue(red prior to rev 6) = USB power applied LED800 Channel 2 RX2 Activity off = no power applied
-- cgit v1.2.3 From 4b8a5333ed1844ba627d6993db39bdcadeb3c835 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 15 Sep 2015 16:37:58 -0700 Subject: docs: Less noisy Doxygen while building manual --- host/docs/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/docs') 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 -- cgit v1.2.3