Skip to content

Commit

Permalink
Remove stray inline specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam authored Dec 6, 2024
1 parent 06d7756 commit 168f345
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 168f345

Please sign in to comment.