Merged in no1wudi/nuttx (pull request #235)
fixed a typo Approved-by: Gregory Nutt
This commit is contained in:
commit
93814ccd41
@ -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 */
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user