mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-16 06:54:22 +00:00
change(esp_rom): RM esp_rom header files from check_public_headers_exceptions.txt
replace endian with stdint
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#ifndef _ROM_CACHE_H_
|
||||
#define _ROM_CACHE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@@ -6,6 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <sdkconfig.h>
|
||||
#ifndef CONFIG_IDF_TARGET_ESP32S2
|
||||
#error This file should only be included for ESP32-S2 target
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user