refactor: remove unnecessary reset call in begin function
This commit is contained in:
@ -1256,7 +1256,6 @@ static constexpr auto begin = [](const lora_parameters_t ¶ms) -> Result<Unit
|
|||||||
**/
|
**/
|
||||||
Result<Unit, error_t> res;
|
Result<Unit, error_t> res;
|
||||||
|
|
||||||
/* res = reset(); */
|
|
||||||
/* explicit not reset the chip by pin, due to unexpected side effect */
|
/* explicit not reset the chip by pin, due to unexpected side effect */
|
||||||
|
|
||||||
res = standby();
|
res = standby();
|
||||||
|
|||||||
Reference in New Issue
Block a user