1 #pragma once 2 3 #include <stdint.h> 4 #include <stdio.h> 5 6 #ifdef __cplusplus 7 extern "C" { 8 #endif 9 10 int64_t esp_timer_get_time(void); 11 12 #ifdef __cplusplus 13 } 14 #endif 15