13 lines
117 B
C
13 lines
117 B
C
/**
|
|
* @file lv_port_init.h
|
|
*
|
|
*/
|
|
|
|
#ifndef LV_PORT_INIT_H
|
|
#define LV_PORT_INIT_H
|
|
|
|
void lv_port_init(void);
|
|
|
|
#endif
|
|
|