mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-12 02:11:05 +01:00
Keep track of longest shortfall.
This adds six cycles to the TX and RX shortfall paths.
This commit is contained in:
@@ -165,6 +165,8 @@ typedef struct {
|
||||
uint32_t m4_count;
|
||||
/** Number of shortfalls. */
|
||||
uint32_t num_shortfalls;
|
||||
/** Longest shortfall. */
|
||||
uint32_t longest_shortfall;
|
||||
} hackrf_m0_state;
|
||||
|
||||
struct hackrf_device_list {
|
||||
|
||||
Reference in New Issue
Block a user