diff --git a/firmware/examples/zedboard/Cargo.toml b/firmware/examples/zedboard/Cargo.toml index 539db25..a1c1a8e 100644 --- a/firmware/examples/zedboard/Cargo.toml +++ b/firmware/examples/zedboard/Cargo.toml @@ -39,7 +39,7 @@ rand = { version = "0.10", default-features = false } embassy-executor = { version = "0.10", features = ["platform-cortex-ar", "executor-thread"] } embassy-time = { version = "0.5", features = ["tick-hz-1_000_000"] } -embassy-net = { version = "0.9", features = ["dhcpv4", "packet-trace", "medium-ethernet", "icmp", "tcp", "udp"] } +embassy-net = { version = "0.9", features = ["dhcpv4", "packet-trace", "medium-ethernet", "icmp", "tcp", "udp", "auto-icmp-echo-reply"] } embedded-sdmmc = { git = "https://github.com/robamu/embedded-sdmmc-rs.git", branch = "all-features" } embassy-sync = { version = "0.8" } heapless = "0.9"