OVMS3-idf/components/spi_flash/sim/stubs/esp_timer/include/esp_timer.h

16 lines
158 B
C
Raw Normal View History

#pragma once
#include <stdint.h>
#include <stdio.h>
#ifdef __cplusplus
extern "C" {
#endif
int64_t esp_timer_get_time(void);
#ifdef __cplusplus
}
#endif