Skip to content

Commit

Permalink
Fix unused argument
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed May 17, 2024
1 parent 6e76ba9 commit 4858785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TinyGsmClientBG95SSL.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class TinyGsmBG95 : public TinyGsmModem<TinyGsmBG95>,
* Basic functions
*/
protected:
bool initImpl(const char* pin = nullptr) {
bool initImpl(const char*) {
DBG(GF("### TinyGSM Version:"), TINYGSM_VERSION);
DBG(GF("### TinyGSM Compiled Module: TinyGsmClientBG95"));

Expand Down

0 comments on commit 4858785

Please sign in to comment.