summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--host/include/uhd/device.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/device.hpp b/host/include/uhd/device.hpp
index 27b461184..d3e9015c4 100644
--- a/host/include/uhd/device.hpp
+++ b/host/include/uhd/device.hpp
@@ -120,7 +120,7 @@ public:
const boost::asio::const_buffer &buff,
const tx_metadata_t &metadata,
const io_type_t &io_type,
- send_mode_t send_mode = SEND_MODE_ONE_PACKET
+ send_mode_t send_mode
) = 0;
/*!
@@ -159,7 +159,7 @@ public:
const boost::asio::mutable_buffer &buff,
rx_metadata_t &metadata,
const io_type_t &io_type,
- recv_mode_t recv_mode = RECV_MODE_ONE_PACKET
+ recv_mode_t recv_mode
) = 0;
/*!