From 90a16ed9c793c534f2a20f7e3cf38015f75f2325 Mon Sep 17 00:00:00 2001 From: no1wudi <757509347@qq.com> Date: Sat, 4 Mar 2017 14:38:22 +0800 Subject: [PATCH] fixed a typo --- configs/stm32f429i-disco/src/stm32_stmpe811.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/stm32f429i-disco/src/stm32_stmpe811.c b/configs/stm32f429i-disco/src/stm32_stmpe811.c index 13c0a91dc7..29fb9284a8 100644 --- a/configs/stm32f429i-disco/src/stm32_stmpe811.c +++ b/configs/stm32f429i-disco/src/stm32_stmpe811.c @@ -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); }