We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4eb18 commit ab7eac8Copy full SHA for ab7eac8
src/sdk/examples/testplugin/testplugin.h
@@ -64,7 +64,6 @@ class TestChannel : public SDMAbstractChannel {
64
int _id;
65
sdm_reg_t _regs[256] {};
66
std::deque<sdm_reg_t> _fifo0;
67
- bool _fifo0_next=false;
68
const bool &_connected;
69
public:
70
TestChannel(int id,const bool &connected);
0 commit comments