⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

verify_fcs

Function verify_fcs 

Source
pub fn verify_fcs(data: &[u8], fcs: u8) -> bool
Expand description

Verify FCS: compute over data + fcs byte, result should be 0xCF