MXC-A36-Demo/MCU/examples/turnkey/lvgl_Dashboard_8080/Src/app_log.h

13 lines
172 B
C
Raw Permalink Normal View History

#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