Build test applicatoin on host failer fixed.

Make host tests compilible.
This commit is contained in:
Dmitry
2018-07-30 14:23:35 +03:00
parent 2281f6318a
commit 6a950d6a17
4 changed files with 17 additions and 16 deletions

View File

@@ -0,0 +1,15 @@
#pragma once
#include <stdint.h>
#include <stdio.h>
#ifdef __cplusplus
extern "C" {
#endif
uint32_t esp_random(void);
#ifdef __cplusplus
}
#endif