mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
4 lines
136 B
PHP
4 lines
136 B
PHP
|
static uint32_t s_now = 0;
|
||
|
static uint32_t timer_get_time() { return s_now; }
|
||
|
static void timer_set_time(uint32_t now) { s_now = now; }
|