From 2cabafb8d8a0a1187bf925e24ba518574c9084e5 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 21 Aug 2024 20:30:09 +0200 Subject: Fix bladerf and limesdr compilation --- src/output/BladeRF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/output/BladeRF.cpp') diff --git a/src/output/BladeRF.cpp b/src/output/BladeRF.cpp index c16b64d..fed2b09 100644 --- a/src/output/BladeRF.cpp +++ b/src/output/BladeRF.cpp @@ -242,7 +242,7 @@ double BladeRF::get_bandwidth(void) const SDRDevice::run_statistics_t BladeRF::get_run_statistics(void) const { run_statistics_t rs; - rs["frames"] = num_frames_modulated; + rs["frames"].v = num_frames_modulated; return rs; } -- cgit v1.2.3