diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-08 22:59:58 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-10 16:43:53 +0100 |
| commit | 4647df14b16c95ef56bf2e6cc4303583be3b4846 (patch) | |
| tree | 69c591be4841ab1c8fd5046bee0d399133c4577c /embassy-net/src/dns.rs | |
| parent | b3367be9c8f0eb54d500dc2e6f652ade05859088 (diff) | |
Update heapless to v0.8, embedded-nal-async to v0.7
Diffstat (limited to 'embassy-net/src/dns.rs')
| -rw-r--r-- | embassy-net/src/dns.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-net/src/dns.rs b/embassy-net/src/dns.rs index fdd45b314..6b804f9ed 100644 --- a/embassy-net/src/dns.rs +++ b/embassy-net/src/dns.rs | |||
| @@ -101,7 +101,8 @@ where | |||
| 101 | async fn get_host_by_address( | 101 | async fn get_host_by_address( |
| 102 | &self, | 102 | &self, |
| 103 | _addr: embedded_nal_async::IpAddr, | 103 | _addr: embedded_nal_async::IpAddr, |
| 104 | ) -> Result<heapless::String<256>, Self::Error> { | 104 | _result: &mut [u8], |
| 105 | ) -> Result<usize, Self::Error> { | ||
| 105 | todo!() | 106 | todo!() |
| 106 | } | 107 | } |
| 107 | } | 108 | } |
