Use HardwareAddress in Driver
This commit is contained in:
@ -21,4 +21,5 @@ target = "thumbv7em-none-eabi"
|
||||
features = ["defmt"]
|
||||
|
||||
[dependencies]
|
||||
defmt = { version = "0.3", optional = true }
|
||||
defmt = { version = "0.3", optional = true }
|
||||
smoltcp = { version = "0.10", default-features = false }
|
||||
|
Reference in New Issue
Block a user