mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
spinlock: fix typo of sched_note_spinlock_unlock()
should be sched_note_spinlock_unlock() not sched_note_spinlock_unlocked() Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
@@ -156,7 +156,7 @@ void sched_note_spinlock_unlock(FAR volatile spinlock_t *spinlock);
|
|||||||
# define sched_note_spinlock_lock(spinlock)
|
# define sched_note_spinlock_lock(spinlock)
|
||||||
# define sched_note_spinlock_locked(spinlock)
|
# define sched_note_spinlock_locked(spinlock)
|
||||||
# define sched_note_spinlock_abort(spinlock)
|
# define sched_note_spinlock_abort(spinlock)
|
||||||
# define sched_note_spinlock_unlocked(spinlock)
|
# define sched_note_spinlock_unlock(spinlock)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user