read and write to nal

This commit is contained in:
2025-10-31 23:39:10 +01:00
parent f366aace7f
commit 0519ca3efe
8 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
use crate::fat_error::FatError;
use edge_http::io::server::Connection;
use embedded_io_async::{Read, Write};
use edge_nal::io::{Read, Write};
pub(crate) async fn serve_favicon<T, const N: usize>(
conn: &mut Connection<'_, T, { N }>,