Removing nal module
This commit is contained in:
parent
fb2fd17277
commit
273cf09ad2
|
@ -15,9 +15,6 @@ pub mod tx;
|
||||||
#[cfg(feature="smoltcp")]
|
#[cfg(feature="smoltcp")]
|
||||||
pub mod smoltcp_phy;
|
pub mod smoltcp_phy;
|
||||||
|
|
||||||
#[cfg(feature="nal")]
|
|
||||||
pub mod nal;
|
|
||||||
|
|
||||||
/// Max raw frame array size
|
/// Max raw frame array size
|
||||||
pub const RAW_FRAME_LENGTH_MAX: usize = 1518;
|
pub const RAW_FRAME_LENGTH_MAX: usize = 1518;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue