annotation fixes - no_std in libboard_artiq
This commit is contained in:
parent
630a934df0
commit
76b085333f
@ -1,3 +1,5 @@
|
|||||||
|
#![no_std]
|
||||||
|
|
||||||
// has csr; taken from runtime main
|
// has csr; taken from runtime main
|
||||||
#[path = "../../../build/pl.rs"]
|
#[path = "../../../build/pl.rs"]
|
||||||
pub mod pl;
|
pub mod pl;
|
||||||
|
@ -21,6 +21,7 @@ pub use proto::{ProtoRead, ProtoWrite};
|
|||||||
#[cfg(all(feature = "byteorder", feature = "alloc"))]
|
#[cfg(all(feature = "byteorder", feature = "alloc"))]
|
||||||
pub use proto::ReadStringError;
|
pub use proto::ReadStringError;
|
||||||
|
|
||||||
|
#[derive(Debug, Clone, PartialEq)]
|
||||||
pub enum Error<T> {
|
pub enum Error<T> {
|
||||||
UnexpectedEnd,
|
UnexpectedEnd,
|
||||||
Other(T)
|
Other(T)
|
||||||
|
Loading…
Reference in New Issue
Block a user