From e39c804c73f7308dfbc4f5e988570dca8d8e4690 Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 6 Jan 2020 17:21:02 +0100 Subject: [PATCH] [SX126x] Fixed typo --- src/modules/SX126x/SX126x.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/SX126x/SX126x.cpp b/src/modules/SX126x/SX126x.cpp index 7514b163..57007104 100644 --- a/src/modules/SX126x/SX126x.cpp +++ b/src/modules/SX126x/SX126x.cpp @@ -182,7 +182,7 @@ int16_t SX126x::reset(bool verify) { Module::digitalWrite(_mod->getRst(), HIGH); Module::pinMode(_mod->getRst(), INPUT); - // return immediately whe verification is disabled + // return immediately when verification is disabled if(!verify) { return(ERR_NONE); }