From a1d4a2586c9a33ef32c2feffbbc93a3f89ee4ed7 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sat, 17 Apr 2021 16:32:33 +0800 Subject: [PATCH] miss typing --- bsp/stm32/stm32l475-atk-pandora/board/ports/drv_key.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/stm32/stm32l475-atk-pandora/board/ports/drv_key.c b/bsp/stm32/stm32l475-atk-pandora/board/ports/drv_key.c index 28d78ec61a..cdd1f2f222 100644 --- a/bsp/stm32/stm32l475-atk-pandora/board/ports/drv_key.c +++ b/bsp/stm32/stm32l475-atk-pandora/board/ports/drv_key.c @@ -103,7 +103,7 @@ static int onboard_key_init(void) button_init(&key_wkup, _cb_key_wkup_pin_level, PIN_HIGH); /*---- user codes area begin ----*/ - /*ssers can modify according to needs*/ + /*users can modify according to needs*/ button_attach(&key0, PRESS_DOWN, key0_BtnCallback); button_attach(&key1, PRESS_DOWN, key1_BtnCallback); button_attach(&key2, PRESS_DOWN, key2_BtnCallback);