fix(max2871): Write registers after changing the frequency

This commit is contained in:
schneider42
2015-06-08 16:20:17 +02:00
parent 4629a94070
commit 3a7a2234ac

View File

@ -185,6 +185,7 @@ uint64_t mixer_set_frequency(uint16_t mhz)
max2871_set_N(n);
max2871_set_DIVA(diva);
max2871_write_registers();
return mhz;
}