mirror of
https://github.com/p2r3/bareiron.git
synced 2025-10-01 23:25:09 +02:00
fix compile warnings
This commit is contained in:
@@ -37,6 +37,7 @@ uint32_t fast_rand ();
|
||||
uint64_t splitmix64 (uint64_t state);
|
||||
|
||||
#ifdef ESP_PLATFORM
|
||||
#include "esp_timer.h"
|
||||
#define get_program_time esp_timer_get_time
|
||||
#else
|
||||
int64_t get_program_time ();
|
||||
|
Reference in New Issue
Block a user