From 362898a6e02349c97942035cb3c8ae2221f4363c Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Sat, 9 Dec 2023 12:37:22 -0500 Subject: [PATCH] correct typo; --- src/host/Host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host/Host.h b/src/host/Host.h index aa12a1b4..e500cbf7 100644 --- a/src/host/Host.h +++ b/src/host/Host.h @@ -173,7 +173,7 @@ private: bool rmtPortModemHandler(modem::Modem* modem, uint32_t ms, modem::RESP_TYPE_DVM rspType, bool rspDblLen, const uint8_t* buffer, uint16_t len); /// Helper to set the host/modem running state. - void setState(uint8_t mode); + void setState(uint8_t state); /// Helper to create the state lock file. void createLockFile(const char* state) const;