mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-24 11:04:10 -04:00
BladerRF2 input support (7). GUI and Plugin
This commit is contained in:
@@ -79,6 +79,15 @@ bool DeviceBladeRF2::open(const char *serial)
|
||||
return true;
|
||||
}
|
||||
|
||||
void DeviceBladeRF2::close()
|
||||
{
|
||||
if (m_dev)
|
||||
{
|
||||
bladerf_close(m_dev);
|
||||
m_dev = 0;
|
||||
}
|
||||
}
|
||||
|
||||
struct bladerf *DeviceBladeRF2::open_bladerf_from_serial(const char *serial)
|
||||
{
|
||||
int status;
|
||||
|
||||
Reference in New Issue
Block a user