Files
MXC-A36_2024.04.17/MXC-Screen_display/lvgl_Dashboard_8080/Src/app_log.h

13 lines
172 B
C

#ifndef _APP_LOG_H
#define _APP_LOG_H
void init_printf_mutex(void);
void thread_safe_printf(const char *format, ...) ;
#define app_printf thread_safe_printf
#endif