1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-23 12:10:03 -04:00
Files
sdrangel/plugins
Robin Getz fa750948e1 demodbfm: initialize pilot PLL sample buffer
Zero-initialize the pilot PLL sample buffer used by BFMDemodSink.

This ensures all four PLL sample values have defined initial values
before they are consumed by the FM stereo processing path and removes
the uninitialized member warning reported by cppcheck.

Signed-off-by: Robin Getz <rgetz503@gmail.com>
2026-08-10 19:40:02 -04:00
..