From cf6f5413948b7bb53acf39d611f524d38abcd477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=B3=E5=B2=9A?= <44337265+Quantum815@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:44:44 +0800 Subject: [PATCH] chore(docs): fix comment lv_port_indev_template.c (#4545) --- examples/porting/lv_port_indev_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/porting/lv_port_indev_template.c b/examples/porting/lv_port_indev_template.c index 4a6ec20284..85330b7898 100644 --- a/examples/porting/lv_port_indev_template.c +++ b/examples/porting/lv_port_indev_template.c @@ -321,7 +321,7 @@ static uint32_t keypad_get_key(void) * Encoder * -----------------*/ -/*Initialize your keypad*/ +/*Initialize your encoder*/ static void encoder_init(void) { /*Your code comes here*/