We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d7756 commit 168f345Copy full SHA for 168f345
libraries/SE05X/src/SE05X.h
@@ -80,8 +80,8 @@ class SE05XClass
80
int readSlot(int slot, byte data[], int length);
81
int writeSlot(int slot, const byte data[], int length);
82
inline int locked() { return 1; }
83
- inline int writeConfiguration(const byte data[]);
84
- inline int readConfiguration(byte data[]);
+ int writeConfiguration(const byte data[]);
+ int readConfiguration(byte data[]);
85
inline int lock() { return 1; }
86
87
private:
0 commit comments