removing microsecond accuracy for now

This commit is contained in:
jon
2020-09-30 21:32:30 +02:00
parent 93130338e2
commit 3ecf9e2444
2 changed files with 3 additions and 17 deletions

View File

@@ -537,9 +537,4 @@ static inline void wintype_arr_enable(bool arr[]) {
/**
* Get current system clock in milliseconds.
*/
int64_t get_time_ms(void);
/**
* Get current system clock in microseconds * 40.
*/
int64_t get_time_40us(void);
int64_t get_time_ms(void);