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 cc6defe commit 4c1513aCopy full SHA for 4c1513a
libraries/SPI/src/SPI.cpp
@@ -84,7 +84,7 @@ void arduino::MbedSPI::begin() {
84
}
85
86
void arduino::MbedSPI::end() {
87
- if (!dev) {
+ if (dev) {
88
delete dev;
89
90
0 commit comments