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

2
arch

@ -1 +1 @@
Subproject commit d99e8ced38440ef61bebfd1507269b9072aba355 Subproject commit 52f459de149c45a4cd7a7758b350167a400375f3

View File

@ -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