mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
touch src/lib.rs
This commit is contained in:
parent
709e893d00
commit
303e964a10
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ pub trait Monotonic {
|
||||||
/// A marker trait that indicates that it is correct to use this type in multi-core context
|
/// A marker trait that indicates that it is correct to use this type in multi-core context
|
||||||
pub trait MultiCore {}
|
pub trait MultiCore {}
|
||||||
|
|
||||||
|
|
||||||
/// Sets the given `interrupt` as pending
|
/// Sets the given `interrupt` as pending
|
||||||
///
|
///
|
||||||
/// This is a convenience function around
|
/// This is a convenience function around
|
||||||
|
|
Loading…
Reference in a new issue