Sfoglia il codice sorgente

Merge branch 'bugfix/update_esp_rom_include' into 'master'

fix(esp_rom): remove unsupported rom headers

See merge request espressif/esp-idf!24713
Jiang Guang Ming 2 anni fa
parent
commit
695c7ed793

+ 0 - 17
components/esp_rom/include/esp32c6/rom/apb_backup_dma.h

@@ -1,17 +0,0 @@
-/*
- * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
- *
- * SPDX-License-Identifier: Apache-2.0
- */
-
-#pragma once
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-void ets_apb_backup_init_lock_func(void(* _apb_backup_lock)(void), void(* _apb_backup_unlock)(void));
-
-#ifdef __cplusplus
-}
-#endif

+ 0 - 17
components/esp_rom/include/esp32h2/rom/apb_backup_dma.h

@@ -1,17 +0,0 @@
-/*
- * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
- *
- * SPDX-License-Identifier: Apache-2.0
- */
-
-#pragma once
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-void ets_apb_backup_init_lock_func(void(* _apb_backup_lock)(void), void(* _apb_backup_unlock)(void));
-
-#ifdef __cplusplus
-}
-#endif