mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-12 02:11:05 +01:00
Fix RFFC5072 GPO bug on Jawbreaker
This commit is contained in:
@@ -122,8 +122,10 @@ void rffc5071_setup(rffc5071_driver_t* const drv)
|
||||
/* GPOs are active at all times */
|
||||
set_RFFC5071_GATE(drv, 1);
|
||||
|
||||
#ifdef PRALINE
|
||||
/* Enable GPO Lock output signal */
|
||||
set_RFFC5071_LOCK(drv, 1);
|
||||
#endif
|
||||
|
||||
rffc5071_regs_commit(drv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user