13 lines
178 B
C
Executable File
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
|