summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-06-27 23:38:56 -0700
committerJosh Blum <josh@joshknows.com>2012-06-28 00:09:55 -0700
commit6e40f097ed1ae1aea87ef80b073a36a06fbafe1f (patch)
treefde6a5791503e482bc5cf5f971f8fe58b4f5f107 /host/include
parent215a2a2df871f32e3f60ee26fe9a3847050642df (diff)
downloaduhd-6e40f097ed1ae1aea87ef80b073a36a06fbafe1f.tar.gz
uhd-6e40f097ed1ae1aea87ef80b073a36a06fbafe1f.tar.bz2
uhd-6e40f097ed1ae1aea87ef80b073a36a06fbafe1f.zip
uhd: docstring - sc8 is a possible cpu type
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/stream.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/stream.hpp b/host/include/uhd/stream.hpp
index 1fb846955..c8ab303ad 100644
--- a/host/include/uhd/stream.hpp
+++ b/host/include/uhd/stream.hpp
@@ -53,9 +53,9 @@ struct UHD_API stream_args_t{
* - fc64 - complex<double>
* - fc32 - complex<float>
* - sc16 - complex<int16_t>
+ * - sc8 - complex<int8_t>
*
* The following are not implemented, but are listed to demonstrate naming convention:
- * - sc8 - complex<int8_t>
* - f32 - float
* - f64 - double
* - s16 - int16_t