[SX126x] Fixed typo

This commit is contained in:
jgromes 2020-01-06 17:21:02 +01:00
parent cb5c8d6313
commit e39c804c73

View file

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