kopia lustrzana https://github.com/espressif/esp-idf
esp32s2/3: Add missing stdlib includes
All three of these headers refer to stdint types, memprot uses stdboolpull/5682/merge
rodzic
aa489dba07
commit
8aa73aea86
|
@ -18,6 +18,8 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include "esp_attr.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include "esp_attr.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#ifndef __ESP_ATTR_H__
|
||||
#define __ESP_ATTR_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include "sdkconfig.h"
|
||||
|
||||
#define ROMFN_ATTR
|
||||
|
|
Ładowanie…
Reference in New Issue