[SX126x] Fixed typo
This commit is contained in:
parent
cb5c8d6313
commit
e39c804c73
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ int16_t SX126x::reset(bool verify) {
|
||||||
Module::digitalWrite(_mod->getRst(), HIGH);
|
Module::digitalWrite(_mod->getRst(), HIGH);
|
||||||
Module::pinMode(_mod->getRst(), INPUT);
|
Module::pinMode(_mod->getRst(), INPUT);
|
||||||
|
|
||||||
// return immediately whe verification is disabled
|
// return immediately when verification is disabled
|
||||||
if(!verify) {
|
if(!verify) {
|
||||||
return(ERR_NONE);
|
return(ERR_NONE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue