net-ppp: return error when PPP link gets terminated by the peer.

This commit is contained in:
Dario Nieuwenhuis
2023-08-30 01:04:43 +02:00
parent a4d78a6552
commit 975f2f23c0
2 changed files with 6 additions and 1 deletions

View File

@ -18,7 +18,7 @@ log = { version = "0.4.14", optional = true }
embedded-io-async = { version = "0.5.0" }
embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel" }
embassy-futures = { version = "0.1.0", path = "../embassy-futures" }
ppproto = { version = "0.1.1"}
ppproto = { version = "0.1.2"}
embassy-sync = { version = "0.2.0", path = "../embassy-sync" }
[package.metadata.embassy_docs]