mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-02 21:45:37 +01:00
don't send first buffer to host in sweep mode until it is full
This commit is contained in:
@@ -88,7 +88,7 @@ usb_request_status_t usb_vendor_request_init_sweep(
|
||||
|
||||
void sweep_mode(void) {
|
||||
unsigned int blocks_queued = 0;
|
||||
unsigned int phase = 0;
|
||||
unsigned int phase = 1;
|
||||
|
||||
uint8_t *buffer;
|
||||
bool transfer = false;
|
||||
|
||||
Reference in New Issue
Block a user