Skip to content

Commit

Permalink
rtic-sync: Fix xtask doc, non-compiling example (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
AfoHT authored Mar 13, 2024
1 parent 82cf534 commit 22ac33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtic-sync/src/arbiter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ pub mod spi {
/// I2C bus sharing using [`Arbiter`]
///
/// An Example how to use it in RTIC application:
/// ```ignore
/// ```text
/// #[app(device = some_hal, peripherals = true, dispatchers = [TIM16])]
/// mod app {
/// use core::mem::MaybeUninit;
Expand Down

0 comments on commit 22ac33a

Please sign in to comment.