Skip to content

Commit

Permalink
Merge pull request #1001 from arduino/pennam-se050-patch
Browse files Browse the repository at this point in the history
SE050 Remove stray inline specifier
  • Loading branch information
pennam authored Jan 20, 2025
2 parents d9e1757 + 168f345 commit f1cf837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/SE05X/src/SE05X.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ class SE05XClass
int readSlot(int slot, byte data[], int length);
int writeSlot(int slot, const byte data[], int length);
inline int locked() { return 1; }
inline int writeConfiguration(const byte data[]);
inline int readConfiguration(byte data[]);
int writeConfiguration(const byte data[]);
int readConfiguration(byte data[]);
inline int lock() { return 1; }

private:
Expand Down

0 comments on commit f1cf837

Please sign in to comment.