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.
2 parents da1b13a + e1240ee commit 3142985Copy full SHA for 3142985
libraries/SocketWrapper/src/MbedSSLClient.h
@@ -23,7 +23,6 @@
23
#include "MbedClient.h"
24
#include <FATFileSystem.h>
25
#include <MBRBlockDevice.h>
26
-#include <QSPIFBlockDevice.h>
27
28
extern const char CA_CERTIFICATES[];
29
@@ -58,7 +57,7 @@ class MbedSSLClient : public arduino::MbedClient {
58
57
int setRootCA() {
59
mbed::BlockDevice* root = mbed::BlockDevice::get_default_instance();
60
int err = root->init();
61
- if( err != QSPIF_BD_ERROR_OK) {
+ if( err != 0) {
62
return err;
63
}
64
0 commit comments