mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-11 04:51:31 +11:00
Hide spinlock 31.
This commit is contained in:
parent
efda22c9ea
commit
4a540d041a
|
@ -471,8 +471,8 @@ pub type Spinlock30 = Spinlock<30>;
|
|||
|
||||
impl SpinlockValid for Spinlock<30> {}
|
||||
|
||||
/// Spinlock number 31
|
||||
pub type Spinlock31 = Spinlock<31>;
|
||||
/// Spinlock number 31 - used by critical section implementation
|
||||
pub(crate) type Spinlock31 = Spinlock<31>;
|
||||
|
||||
impl SpinlockValid for Spinlock<31> {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue