Merged in no1wudi/nuttx (pull request #235)

fixed a typo

Approved-by: Gregory Nutt
This commit is contained in:
no1wudi 2017-03-04 13:23:27 +00:00 committed by Gregory Nutt
commit 93814ccd41
2 changed files with 2 additions and 2 deletions

View File

@ -1423,7 +1423,7 @@ static int up_interrupt(int irq, FAR void *context, FAR void *arg)
int passes;
bool handled;
DEBUGASSERt(priv != NULL);
DEBUGASSERT(priv != NULL);
/* Report serial activity to the power management logic */

View File

@ -253,7 +253,7 @@ static void stmpe811_enable(FAR struct stmpe811_config_s *state, bool enable)
(void)stm32_gpiosetevent(GPIO_IO_EXPANDER, false, false, false,
NULL, NULL);
}
`
leave_critical_section(flags);
}