From 9244fb722d89498bb3e11f332dba3bc47b69e4ae Mon Sep 17 00:00:00 2001 From: jarvis Date: Wed, 5 Mar 2025 08:13:13 +0800 Subject: [PATCH] modified: main/i80_controller_example_main.c --- main/i80_controller_example_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/i80_controller_example_main.c b/main/i80_controller_example_main.c index ad811b1..949130d 100644 --- a/main/i80_controller_example_main.c +++ b/main/i80_controller_example_main.c @@ -400,7 +400,7 @@ void app_main(void) ESP_LOGI(TAG, "Display LVGL animation"); - + /*测试git*/ // Lock the mutex due to the LVGL APIs are not thread-safe if (example_lvgl_lock(-1)) {