nt9856x/rtos/code/application/source/cardv/SrcCode/FastFlow/flow_lvgl.h
2023-03-28 15:07:53 +08:00

13 lines
178 B
C
Executable File

#ifndef _FLOW_LVGL_H
#define _FLOW_LVGL_H
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <kwrap/type.h>
ER flow_lv_init(void);
#endif