summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorNick Foster <nick@ettus.com>2011-05-23 22:36:51 -0700
committerJosh Blum <josh@joshknows.com>2011-06-14 17:27:46 -0700
commit00ee732c00fa74054117ef703afa1bf30bf53f50 (patch)
treeb4fe2de2754aa309065055f7e9a9a3d074925366 /host/include
parent3dca19a3e7f56c64423789ee025f16150b1a2cdb (diff)
downloaduhd-00ee732c00fa74054117ef703afa1bf30bf53f50.tar.gz
uhd-00ee732c00fa74054117ef703afa1bf30bf53f50.tar.bz2
uhd-00ee732c00fa74054117ef703afa1bf30bf53f50.zip
UHD: added item32<->sc16 conversions in Orc
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/convert.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/convert.hpp b/host/include/uhd/convert.hpp
index c30484384..99f1860ae 100644
--- a/host/include/uhd/convert.hpp
+++ b/host/include/uhd/convert.hpp
@@ -40,7 +40,7 @@ namespace uhd{ namespace convert{
*/
enum priority_type{
PRIORITY_GENERAL = 0,
- PRIORITY_LIBORC = 4,
+ PRIORITY_LIBORC = 1,
PRIORITY_CUSTOM = 2,
PRIORITY_EMPTY = -1,
};