Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0335f1a

Browse files
committed
Reverted 31a37bd Output RFFC5072 LOCK status
This enabled a debug signal used during sweep mode development on HackRF One, but it broke Jawbreaker.
1 parent 0dee1e3 commit 0335f1a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

firmware/common/rffc5071.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ void rffc5071_setup(rffc5071_driver_t* const drv)
117117
/* GPOs are active at all times */
118118
set_RFFC5071_GATE(drv, 1);
119119

120-
/* Output LOCK status on GPO4 and enable lock detect */
121-
set_RFFC5071_LOCK(drv, 1);
122-
set_RFFC5071_LDEN(drv, 1);
123-
124120
rffc5071_regs_commit(drv);
125121
}
126122

0 commit comments

Comments
 (0)