From e2472717aff8c1f73f78eda2aa851a016dc9851a Mon Sep 17 00:00:00 2001
From: matt <matt@221aa14e-8319-0410-a670-987f0aec2ac5>
Date: Wed, 17 Sep 2008 00:11:47 +0000
Subject: blink all leds, leave one on when done to say that firmware is
 running ok

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9587 221aa14e-8319-0410-a670-987f0aec2ac5
---
 usrp2/firmware/lib/u2_init.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'usrp2')

diff --git a/usrp2/firmware/lib/u2_init.c b/usrp2/firmware/lib/u2_init.c
index 8ecba34976..3a8961374c 100644
--- a/usrp2/firmware/lib/u2_init.c
+++ b/usrp2/firmware/lib/u2_init.c
@@ -106,8 +106,7 @@ u2_init(void)
   mdelay(100);
   hal_set_leds(0x1f, 0x1f);
   mdelay(100);
-  hal_set_leds(0x0, 0x1f);
-  mdelay(100);
+  hal_set_leds(0x1, 0x1f);  // Leave the first one on
 
 #if 0
   // test register readback
-- 
cgit v1.2.3