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 8f5da83 commit 16f4216Copy full SHA for 16f4216
libraries/MySensors/utility/SPIFlash.cpp
@@ -32,7 +32,7 @@
32
// Please maintain this license information along with authorship
33
// and copyright notices in any redistribution of this code
34
35
-#include <SPIFlash.h>
+#include "SPIFlash.h"
36
37
uint8_t SPIFlash::UNIQUEID[8];
38
@@ -296,4 +296,4 @@ void SPIFlash::wakeup() {
296
/// cleanup
297
void SPIFlash::end() {
298
SPI.end();
299
-}
+}
libraries/MySensors/utility/SPIFlash.h
@@ -120,4 +120,4 @@ class SPIFlash {
120
#endif
121
};
122
123
-#endif
+#endif
0 commit comments