change(esp_rom): RM esp_rom header files from check_public_headers_exceptions.txt

replace endian with stdint
This commit is contained in:
Xiaoyu Liu
2024-07-02 10:46:08 +08:00
parent 47893ac9d6
commit bdfdca24f3
3 changed files with 2 additions and 19 deletions

View File

@@ -7,6 +7,7 @@
#ifndef _ROM_CACHE_H_
#define _ROM_CACHE_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {

View File

@@ -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