bern-kernel 0.3.1

Preemptive real-time kernel for microcontrollers.
1
2
3
4
5
use crate::sync::ipc::channel::IpcChannel;

pub fn channel() -> IpcChannel {
    IpcChannel::new()
}