fix: make non-public instead
This commit is contained in:
parent
246c49621c
commit
b0583b17cb
1 changed files with 1 additions and 2 deletions
|
@ -264,8 +264,7 @@ pub const CRC32R_LOOKUP_TABLE: [u32; 256] = [
|
||||||
pub struct ETH_FCS(pub u32);
|
pub struct ETH_FCS(pub u32);
|
||||||
|
|
||||||
impl ETH_FCS {
|
impl ETH_FCS {
|
||||||
/// CRC32_OK
|
const CRC32_OK: u32 = 0x2144_df1c;
|
||||||
pub const CRC32_OK: u32 = 0x2144_df1c;
|
|
||||||
|
|
||||||
/// Create a new frame check sequence from `data`.
|
/// Create a new frame check sequence from `data`.
|
||||||
#[must_use]
|
#[must_use]
|
||||||
|
|
Loading…
Reference in a new issue