OVMS3-idf/components/wear_levelling/test_wl_host/stubs/log/include/esp_system.h

16 lines
151 B
C

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