Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hal: Tock: Re-enable pin after detaching interrupt
The Tock libtock_lora_phy_gpio_disable_interrupt() syscall will disable interrupts for the pin, but also put the pin into a disabled low power state. This isn't what RadioLib expects and casues subsequent LoRaWAN transfers to fail [1]. So after we disable interrupts and send the pin to low power let's re-enable inputs as RadioLib expects. 1: #1303 Signed-off-by: Alistair Francis <[email protected]>
- Loading branch information