Files
tangara-fw/lib/lvgl/tests/makefile/test.c
T
2024-06-12 17:54:40 +10:00

11 lines
117 B
C

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