Reverted 31a37bd841b99154fce7217d2b3d78a24f8aacd9 Output RFFC5072 LOCK status

This enabled a debug signal used during sweep mode development on HackRF One, but it broke Jawbreaker.
This commit is contained in:
Michael Ossmann
2017-02-11 12:24:22 -07:00
parent 0dee1e3b0f
commit 0335f1a317

View File

@ -117,10 +117,6 @@ void rffc5071_setup(rffc5071_driver_t* const drv)
/* GPOs are active at all times */ /* GPOs are active at all times */
set_RFFC5071_GATE(drv, 1); set_RFFC5071_GATE(drv, 1);
/* Output LOCK status on GPO4 and enable lock detect */
set_RFFC5071_LOCK(drv, 1);
set_RFFC5071_LDEN(drv, 1);
rffc5071_regs_commit(drv); rffc5071_regs_commit(drv);
} }