Skip to content

Commit

Permalink
Reverted 31a37bd Output RFFC5072 LOCK status
Browse files Browse the repository at this point in the history
This enabled a debug signal used during sweep mode development on HackRF One, but it broke Jawbreaker.
  • Loading branch information
mossmann committed Feb 11, 2017
1 parent 0dee1e3 commit 0335f1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions firmware/common/rffc5071.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ void rffc5071_setup(rffc5071_driver_t* const drv)
/* GPOs are active at all times */
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);
}

Expand Down

0 comments on commit 0335f1a

Please sign in to comment.