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 9051c73 commit 2b413bdCopy full SHA for 2b413bd
Firmware/FFBoard/UserExtensions/Src/EncoderBissC.cpp
@@ -124,7 +124,7 @@ bool EncoderBissC::isCreatable(){
124
EncoderBissC::~EncoderBissC() {
125
setPos(0);
126
EncoderBissC::inUse = false;
127
- this->spiPort.takeExclusive(true);
+ this->spiPort.takeExclusive(false);
128
}
129
130
void EncoderBissC::spiRxCompleted(SPIPort* port) {
Firmware/FFBoard/UserExtensions/Src/EncoderSSI.cpp
@@ -34,7 +34,7 @@ EncoderSSI::EncoderSSI() :
34
EncoderSSI::~EncoderSSI() {
35
36
EncoderSSI::inUse = false;
37
38
39
40
0 commit comments