mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
rtic-sync: Fix xtask doc, non-compiling example (#900)
This commit is contained in:
parent
82cf534f5d
commit
22ac33a826
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue