Constant kernel::KERNEL_MAJOR_VERSION
source ยท pub const KERNEL_MAJOR_VERSION: u16 = 2;
Expand description
Kernel major version.
This is compiled with the crate to enable for checking of compatibility with loaded apps. Both major and minor version constants are updated during a release.