Skip to content

Commit ccfaa5e

Browse files
author
Boisy Pitre
committed
Set pollingMode to false explicitly
1 parent 6ef37f1 commit ccfaa5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bus/drivewire/dwcom/fnDwCom.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class DwCom
2525
BECKER
2626
};
2727

28-
bool pollingMode;
28+
bool pollingMode = false;
2929

3030
// Host & client channel queues
3131
std::vector<char> outgoingChannel[16];

0 commit comments

Comments
 (0)