mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-10 21:43:31 -04:00
f5d2bca4f6
Coverity reported an uninitialized scalar variable in FT4::soft_c2m(). Initialize the maximum tone phase value to avoid using an undefined value when no tone exceeds the initial magnitude threshold. Signed-off-by: Robin Getz <rgetz503@gmail.com>