FIX typo in DEBUASSERTion
This commit is contained in:
parent
679ae385aa
commit
89c81f6c08
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;
|
uint32_t elapsed;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
DEBUGASSERT(sem |= NULL && up_interrupt_context() == false &&
|
DEBUGASSERT(sem != NULL && up_interrupt_context() == false &&
|
||||||
rtcb->waitdog == NULL);
|
rtcb->waitdog == NULL);
|
||||||
|
|
||||||
/* Create a watchdog. We will not actually need this watchdog
|
/* Create a watchdog. We will not actually need this watchdog
|
||||||
|
|
Loading…
Reference in New Issue