blob: 37f8a8bd042020fbce048f6d4521398c55943427 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* Copyright 2023 jacqueline <me@jacqueline.id.au>
*
* SPDX-License-Identifier: GPL-3.0-only
*/
#pragma once
#include "esp_timer.h"
#define LV_TICK_CUSTOM_SYS_TIME_EXPR (esp_timer_get_time() / 1000)
|