9 lines
170 B
C
9 lines
170 B
C
#ifndef PM3_LVGL_H_QCB6DVLD
|
|
#define PM3_LVGL_H_QCB6DVLD
|
|
|
|
#include <pthread.h>
|
|
|
|
extern pthread_mutex_t lvgl_mutex;
|
|
|
|
#endif /* end of include guard: PM3_LVGL_H_QCB6DVLD */
|