stm32h743_player/Middlewares/Third_Party/lvgl/tests/makefile/test.c
2024-03-03 22:46:44 +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