fix(pikascript): fix some warnings (#3697)

This commit is contained in:
Lyon
2022-09-20 05:14:31 +08:00
committed by GitHub
parent 389d15be3d
commit 81fcd8c482
9 changed files with 27 additions and 13 deletions

View File

@@ -3,7 +3,9 @@
#else
#include "../../lvgl.h"
#endif
#ifdef PIKASCRIPT
#include "pika_lvgl_indev_t.h"
void pika_lvgl_indev_t_get_vect(PikaObj* self, PikaObj* point) {