aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorBen Hilburn <ben.hilburn@ettus.com>2014-06-13 12:57:53 -0700
committerBen Hilburn <ben.hilburn@ettus.com>2014-06-13 12:57:53 -0700
commitdc48e5ea2588d2896f9663a96040acfea061fe83 (patch)
tree860936c02df6dd24b3af20fad2a80164f77115cd /host
parent3e12a0a7a55334afaa219e21d8550ebe40e4e24f (diff)
parente4f94aaaf4b9d9cc2af8ce5199f0898581a614f8 (diff)
downloaduhd-dc48e5ea2588d2896f9663a96040acfea061fe83.tar.gz
uhd-dc48e5ea2588d2896f9663a96040acfea061fe83.tar.bz2
uhd-dc48e5ea2588d2896f9663a96040acfea061fe83.zip
Merge branch 'maint'
Diffstat (limited to 'host')
-rw-r--r--host/lib/convert/convert_impl.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/convert/convert_impl.cpp b/host/lib/convert/convert_impl.cpp
index c7907ed83..caab3929e 100644
--- a/host/lib/convert/convert_impl.cpp
+++ b/host/lib/convert/convert_impl.cpp
@@ -144,4 +144,7 @@ UHD_STATIC_BLOCK(convert_register_item_sizes){
convert::register_bytes_per_item("s32", sizeof(boost::int32_t));
convert::register_bytes_per_item("s16", sizeof(boost::int16_t));
convert::register_bytes_per_item("s8", sizeof(boost::int8_t));
+
+ //register VITA types
+ convert::register_bytes_per_item("item32", sizeof(boost::int32_t));
}