Enhance wasm loader and interpreter, enhance code security and update document (#149)
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
#define LOG_WRN printf
|
||||
|
||||
#include <gpio.h>
|
||||
#include <misc/byteorder.h>
|
||||
#include <sys/byteorder.h>
|
||||
#include <spi.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@ -18,8 +18,8 @@
|
||||
#include "display.h"
|
||||
#include "lvgl.h"
|
||||
|
||||
extern void * thread_timer_check(void *);
|
||||
extern void init_sensor_framework();
|
||||
extern void exit_sensor_framework();
|
||||
extern int aee_host_msg_callback(void *msg, uint16_t msg_len);
|
||||
extern bool touchscreen_read(lv_indev_data_t * data);
|
||||
extern int ili9340_init();
|
||||
|
||||
Reference in New Issue
Block a user