Skip to content

Commit

Permalink
strip trailing whitespace on xous-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Jan 14, 2024
1 parent 9f141fe commit 208c02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xous-rs/src/definitions/atomic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub enum AtomicOperation {
/// thread.
MutexUnlock(usize /* Address */, bool /* Should Switch Immediately */),


CondvarWait(usize /* Address */),
CondvarWaitTimeout(usize /* Address */, usize /* Timeout (ms) */),
CondvarNotifyOne(usize /* Address */),
Expand Down

0 comments on commit 208c02f

Please sign in to comment.