add --led option to hackrf_debug

and corresponding changes to libhackrf and firmware
This commit is contained in:
Michael Ossmann
2022-12-18 07:22:17 -05:00
parent eff4a20022
commit 173612ac77
10 changed files with 76 additions and 5 deletions

View File

@@ -514,6 +514,8 @@ extern ADDAPI int ADDCALL hackrf_supported_platform_read(
hackrf_device* device,
uint32_t* value);
extern ADDAPI int ADDCALL hackrf_set_leds(hackrf_device* device, const uint8_t state);
#ifdef __cplusplus
} // __cplusplus defined.
#endif