mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
6a950d6a17
Make host tests compilible.
16 lines
151 B
C
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
|
|
|