Fix reported issue

This commit is contained in:
Jasmine Iwanek
2023-07-21 17:32:22 -04:00
parent 54c52fb55c
commit 6732c44c89

View File

@@ -65,7 +65,7 @@ ad1848_updatevolmask(ad1848_t *ad1848)
static void
ad1848_updatefreq(ad1848_t *ad1848)
{
double freq = 0;
double freq = 0.0;
uint8_t set = 0;
if (ad1848->type >= AD1848_TYPE_CS4235) {