mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 06:04:28 +08:00
FIX typo in DEBUASSERTion
This commit is contained in:
committed by
Gregory Nutt
parent
679ae385aa
commit
89c81f6c08
+1
-1
Submodule arch updated: d99e8ced38...52f459de14
@@ -87,7 +87,7 @@ int sem_tickwait(FAR sem_t *sem, uint32_t start, uint32_t delay)
|
||||
uint32_t elapsed;
|
||||
int ret;
|
||||
|
||||
DEBUGASSERT(sem |= NULL && up_interrupt_context() == false &&
|
||||
DEBUGASSERT(sem != NULL && up_interrupt_context() == false &&
|
||||
rtcb->waitdog == NULL);
|
||||
|
||||
/* Create a watchdog. We will not actually need this watchdog
|
||||
|
||||
Reference in New Issue
Block a user