ci: use actual esp_system headers for host test

This commit is contained in:
Renz Bagaporo
2020-09-04 14:20:50 +08:00
parent e7460c1f00
commit 21e46d5b3c
7 changed files with 5 additions and 21 deletions

View File

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