diff options
author | eb | 2009-01-23 02:12:04 +0000 |
---|---|---|
committer | eb | 2009-01-23 02:12:04 +0000 |
commit | 63bda2352df94fd07843b38be17a6129acb5af54 (patch) | |
tree | c6cf22dbafeb743bd06e3b2ccc87c559ad8ebe78 /usrp2/firmware/lib/buffer_state.c | |
parent | 413543bbf3bc445079010d3f7f5ed4f8ab30d526 (diff) | |
download | gnuradio-63bda2352df94fd07843b38be17a6129acb5af54.tar.gz gnuradio-63bda2352df94fd07843b38be17a6129acb5af54.tar.bz2 gnuradio-63bda2352df94fd07843b38be17a6129acb5af54.zip |
revert extraction of buffer_state
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10294 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp2/firmware/lib/buffer_state.c')
-rw-r--r-- | usrp2/firmware/lib/buffer_state.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/usrp2/firmware/lib/buffer_state.c b/usrp2/firmware/lib/buffer_state.c deleted file mode 100644 index cea5022f4..000000000 --- a/usrp2/firmware/lib/buffer_state.c +++ /dev/null @@ -1,21 +0,0 @@ -/* -*- c++ -*- */ -/* - * Copyright 2009 Free Software Foundation, Inc. - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#include "buffer_state.h" - -buffer_state_t buffer_state[NBUFFERS]; |