Explorar o código

update: 解决check_stack函数的编译警告

Wendal Chen %!s(int64=2) %!d(string=hai) anos
pai
achega
80477fc5aa
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/main.c

+ 1 - 0
app/main.c

@@ -80,6 +80,7 @@ static void lvgl_timer_cb(void *ptmr, void *parg) {
 #endif
 
 void check_stack(void* ptr) {
+	(void)ptr;
 	while (1) {
 		vTaskDelay(1000);
 		tls_os_disp_task_stat_info();