From 413543bbf3bc445079010d3f7f5ed4f8ab30d526 Mon Sep 17 00:00:00 2001 From: eb Date: Fri, 23 Jan 2009 01:48:58 +0000 Subject: Work in progress on mimo Tx state machine. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10293 221aa14e-8319-0410-a670-987f0aec2ac5 --- usrp2/firmware/lib/dbsm.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'usrp2/firmware/lib/dbsm.c') diff --git a/usrp2/firmware/lib/dbsm.c b/usrp2/firmware/lib/dbsm.c index b11d16824..cfe911538 100644 --- a/usrp2/firmware/lib/dbsm.c +++ b/usrp2/firmware/lib/dbsm.c @@ -25,17 +25,9 @@ #include "buffer_pool.h" #include "bool.h" #include "nonstdio.h" +#include "buffer_state.h" #include -typedef enum { - BS_EMPTY, - BS_FILLING, - BS_FULL, - BS_EMPTYING, -} buffer_state_t; - -buffer_state_t buffer_state[NBUFFERS]; - bool dbsm_nop_inspector(dbsm_t *sm, int buf_this) { -- cgit