Skip to content
Snippets Groups Projects
Commit 60814358 authored by Dennis Shtatnov's avatar Dennis Shtatnov Committed by David Sidrane
Browse files

Fixes #7282

parent 2e85a436
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ public:
int set_channel(uint8_t channel);
int set_address(uint64_t addr);
int is_good(int i) { return _params_ack != 0; }
int is_good(int i) { return _params_ack[i] != 0; }
int pktrate;
int nullrate;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment