Output RFFC5072 LD to test point on HackRF One

This commit is contained in:
Michael Ossmann
2026-01-24 11:22:42 -05:00
committed by Mike Walters
parent 845c0c8394
commit 38abc35e23

View File

@@ -117,7 +117,7 @@ void rffc5071_setup(rffc5071_driver_t* const drv)
/* GPOs are active at all times */
set_RFFC5071_GATE(drv, 1);
#ifdef PRALINE
#if defined(PRALINE) || defined(HACKRF_ONE)
/* Enable GPO Lock output signal */
set_RFFC5071_LOCK(drv, 1);
#endif