this is a lot better

This commit is contained in:
2022-12-07 14:42:01 +01:00
parent 878f072e9a
commit 4cd8f143df
3 changed files with 192 additions and 137 deletions

View File

@ -66,6 +66,10 @@ pub mod tc;
pub mod time;
pub mod tm;
mod private {
pub trait Sealed {}
}
pub const MAX_APID: u16 = 2u16.pow(11) - 1;
pub const MAX_SEQ_COUNT: u16 = 2u16.pow(14) - 1;