Removing nal module

master
Ryan Summers 2023-07-03 12:23:44 +02:00
parent fb2fd17277
commit 273cf09ad2
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@ pub mod tx;
#[cfg(feature="smoltcp")]
pub mod smoltcp_phy;
#[cfg(feature="nal")]
pub mod nal;
/// Max raw frame array size
pub const RAW_FRAME_LENGTH_MAX: usize = 1518;