Fix unused argument

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
Sara Damiano
2024-05-17 14:35:08 -04:00
parent 6e76ba92e5
commit 4858785469

View File

@@ -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"));