bladeRF: minor fixups to keep clang happy

This commit is contained in:
Robert Ghilduta 2018-08-18 00:11:54 -07:00 committed by Eric Wild
parent 95b1025b01
commit 038a26501c
2 changed files with 5 additions and 5 deletions

View File

@ -133,7 +133,7 @@ size_t num_streams(bladerf_channel_layout layout)
* Public methods
******************************************************************************/
bladerf_common::bladerf_common() :
_dev(NULL),
_dev(boost::shared_ptr<struct bladerf>()),
_pfx("[bladeRF common] "),
_failures(0),
_num_buffers(NUM_BUFFERS),