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:
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user