mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
sched/semaphore/spinlock.c: Fix build failure caused by a missing semicolon.
This commit is contained in:
@@ -338,7 +338,7 @@ void spin_lockr(FAR struct spinlock_s *lock)
|
||||
while (up_testset(&lock->sp_lock) == SP_LOCKED)
|
||||
{
|
||||
sched_yield();
|
||||
SP_DSB()
|
||||
SP_DSB();
|
||||
}
|
||||
|
||||
#ifdef CONFIG_SCHED_INSTRUMENTATION_SPINLOCKS
|
||||
|
||||
Reference in New Issue
Block a user