commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6864 - gnuradio/branches/developers/matt/u2f/firmware


From: eb
Subject: [Commit-gnuradio] r6864 - gnuradio/branches/developers/matt/u2f/firmware
Date: Sun, 11 Nov 2007 13:01:06 -0700 (MST)

Author: eb
Date: 2007-11-11 13:01:06 -0700 (Sun, 11 Nov 2007)
New Revision: 6864

Modified:
   gnuradio/branches/developers/matt/u2f/firmware/u2_init.c
Log:
enable interrupts at end of u2_init

Modified: gnuradio/branches/developers/matt/u2f/firmware/u2_init.c
===================================================================
--- gnuradio/branches/developers/matt/u2f/firmware/u2_init.c    2007-11-11 
18:22:20 UTC (rev 6863)
+++ gnuradio/branches/developers/matt/u2f/firmware/u2_init.c    2007-11-11 
20:01:06 UTC (rev 6864)
@@ -69,6 +69,9 @@
   pic_init();
 
   bp_init();
+
+  hal_enable_ints();
+
   return 1;
 }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]