FIX typo in DEBUASSERTion

This commit is contained in:
Sebastien Lorquet
2015-08-03 09:14:15 -06:00
committed by Gregory Nutt
parent 679ae385aa
commit 89c81f6c08
2 changed files with 2 additions and 2 deletions
+1 -1
Submodule arch updated: d99e8ced38...52f459de14
+1 -1
View File
@@ -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