diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-11 12:19:22 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-11 12:19:22 -0800 |
commit | 599771914d0848875a0056cd60850eec39b06654 (patch) | |
tree | 66ddf3ee03ca33a19be565bb6fb5d1b22b52fc3c /host/lib/convert | |
parent | 09e06246984546ad29c159a64f8c0419b81f8013 (diff) | |
download | uhd-599771914d0848875a0056cd60850eec39b06654.tar.gz uhd-599771914d0848875a0056cd60850eec39b06654.tar.bz2 uhd-599771914d0848875a0056cd60850eec39b06654.zip |
usrp2: restart read before mode switch, added comments
use cmake compiler force macro (to simplify things),
added copyright updates dates to some files
Diffstat (limited to 'host/lib/convert')
-rw-r--r-- | host/lib/convert/convert_with_neon.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/convert/convert_with_neon.cpp b/host/lib/convert/convert_with_neon.cpp index f379f4d29..3d677db5b 100644 --- a/host/lib/convert/convert_with_neon.cpp +++ b/host/lib/convert/convert_with_neon.cpp @@ -16,7 +16,6 @@ // #include "convert_common.hpp" -#include <uhd/utils/byteswap.hpp> #include <arm_neon.h> using namespace uhd::convert; |