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 c5ab612 commit 46a4601Copy full SHA for 46a4601
libraries/SE05X/src/SE05X.h
@@ -324,7 +324,7 @@ class SE05XClass
324
325
inline int locked() { return 1; }
326
inline int lock() { return 1; }
327
- inline int writeConfiguration(const byte data[]) { return 1; }
+ inline int writeConfiguration(const byte data[]) { (void)data; return 1; }
328
inline Se05xSession_t* getSession() { return &_se05x_session; }
329
330
private:
0 commit comments