hunting/external/lvglBoard/lvgl/tests/makefile/test.c
2024-06-15 08:30:24 +08:00

10 lines
116 B
C

#if LV_BUILD_TEST
#include <stdio.h>
#include "lvgl/lvgl.h"
int main(void) {
lv_init();
return 0;
}
#endif