commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r8335 - usrp2/trunk/firmware/lib


From: matt
Subject: [Commit-gnuradio] r8335 - usrp2/trunk/firmware/lib
Date: Thu, 8 May 2008 19:55:54 -0600 (MDT)

Author: matt
Date: 2008-05-08 19:55:52 -0600 (Thu, 08 May 2008)
New Revision: 8335

Modified:
   usrp2/trunk/firmware/lib/db_rfx.c
Log:
compiles


Modified: usrp2/trunk/firmware/lib/db_rfx.c
===================================================================
--- usrp2/trunk/firmware/lib/db_rfx.c   2008-05-09 01:54:33 UTC (rev 8334)
+++ usrp2/trunk/firmware/lib/db_rfx.c   2008-05-09 01:55:52 UTC (rev 8335)
@@ -21,7 +21,8 @@
 #include <db_base.h>
 
 
-bool rfx_init(struct db_base *db);
+bool rfx_init_rx(struct db_base *db);
+bool rfx_init_tx(struct db_base *db);
 bool rfx_set_freq(struct db_base *db, u2_fxpt_freq_t freq, u2_fxpt_freq_t *dc);
 bool rfx_set_gain(struct db_base *db, u2_fxpt_gain_t gain);
 bool rfx_set_tx_enable(struct db_base *, bool on);





reply via email to

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