pref: 优化长短按判断
This commit is contained in:
@@ -39,9 +39,6 @@
|
||||
#include "zf_common_clock.h"
|
||||
#include "zf_common_typedef.h"
|
||||
|
||||
#define LONG_PRESS_THRESHOLD_MS (300ULL)
|
||||
#define LONG_PRESS_THRESHOLD_TICK (LONG_PRESS_THRESHOLD_MS * 18000ULL)
|
||||
|
||||
void system_delay_ms(uint32 time);
|
||||
void system_delay_us(uint32 time);
|
||||
uint64_t system_get_tick(void);
|
||||
|
||||
Reference in New Issue
Block a user