Files
2023-03-23 10:05:54 +08:00

16 lines
234 B
C

/**
* @file tick.h
* @author Forairaaaaa
* @brief
* @version 0.1
* @date 2023-02-09
*
* @copyright Copyright (c) 2023
*
*/
#pragma once
#include <stdio.h>
#include <stdint.h>
#include <sys/time.h>
int64_t lvgl_get_tick();