init Files
This commit is contained in:
10
libraries/lvgl/tests/makefile/test.c
Normal file
10
libraries/lvgl/tests/makefile/test.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#if LV_BUILD_TEST
|
||||
#include <stdio.h>
|
||||
#include "../../lvgl.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
lv_init();
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user