split works

This commit is contained in:
2024-06-01 12:05:24 +02:00
parent 24924ecdf2
commit fa13f3b367
5 changed files with 35 additions and 8 deletions

View File

@ -15,3 +15,4 @@ categories = ["aerospace", "external-ffi-bindings", "no-std", "hardware-support"
bitflags = "2"
num_enum = "0.7"
libc = "0.2"
libcsp-sys = { path = "../libcsp-sys" }

View File

@ -5,9 +5,6 @@ extern crate alloc;
#[cfg(any(feature = "std", test))]
extern crate std;
pub mod config;
pub mod ffi;
use core::time::Duration;
use num_enum::{IntoPrimitive, TryFromPrimitive};