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;