mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-03 05:55:18 +01:00
Increase RFFC5072 VCO warm-up time TVCO
This commit is contained in:
committed by
Mike Walters
parent
38abc35e23
commit
40bdea769b
@@ -125,6 +125,9 @@ void rffc5071_setup(rffc5071_driver_t* const drv)
|
||||
/* Enable reference oscillator standby */
|
||||
set_RFFC5071_REFST(drv, 1);
|
||||
|
||||
/* Maximize VCO warm-up time */
|
||||
set_RFFC5071_TVCO(drv, 31);
|
||||
|
||||
rffc5071_regs_commit(drv);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user