mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-03 14:06:49 +01:00
USB: Make vendor request handler table read/write (not const).
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
#include "hackrf-ui.h"
|
||||
|
||||
static const usb_request_handler_fn vendor_request_handler[] = {
|
||||
static usb_request_handler_fn vendor_request_handler[] = {
|
||||
NULL,
|
||||
usb_vendor_request_set_transceiver_mode,
|
||||
usb_vendor_request_write_max2837,
|
||||
|
||||
Reference in New Issue
Block a user