mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-18 05:33:58 +00:00
sx126x: update to use new device package location
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
package sx126x
|
||||
|
||||
import (
|
||||
"device/stm32"
|
||||
"errors"
|
||||
"machine"
|
||||
"tinygo.org/x/device/stm32"
|
||||
"tinygo.org/x/drivers"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user