11 lines
138 B
C
11 lines
138 B
C
#ifndef __LV_PORT_TICK_H
|
|
#define __LV_PORT_TICK_H
|
|
|
|
#include "ch32v30x.h"
|
|
|
|
#define LV_TICK_PERIOD_MS 1
|
|
|
|
void lv_create_tick(void);
|
|
|
|
#endif
|