mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 18:03:19 +00:00
FIX typo in DEBUASSERTion
This commit is contained in:
parent
679ae385aa
commit
89c81f6c08
2 changed files with 2 additions and 2 deletions
2
arch
2
arch
|
|
@ -1 +1 @@
|
|||
Subproject commit d99e8ced38440ef61bebfd1507269b9072aba355
|
||||
Subproject commit 52f459de149c45a4cd7a7758b350167a400375f3
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue