rtic-sync: Fix xtask doc, non-compiling example (#900)

This commit is contained in:
Henrik Tjäder 2024-03-13 20:55:59 +01:00 committed by GitHub
parent 82cf534f5d
commit 22ac33a826
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -276,7 +276,7 @@ pub mod spi {
/// I2C bus sharing using [`Arbiter`] /// I2C bus sharing using [`Arbiter`]
/// ///
/// An Example how to use it in RTIC application: /// An Example how to use it in RTIC application:
/// ```ignore /// ```text
/// #[app(device = some_hal, peripherals = true, dispatchers = [TIM16])] /// #[app(device = some_hal, peripherals = true, dispatchers = [TIM16])]
/// mod app { /// mod app {
/// use core::mem::MaybeUninit; /// use core::mem::MaybeUninit;