mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-15 14:36:45 +00:00
change(esp32c5): update soc files for esp32c5 beta3
This commit is contained in:
@@ -1374,7 +1374,7 @@ typedef struct intmtx_core0_dev_t {
|
||||
volatile interrupt_core0_interrupt_date_reg_t interrupt_date;
|
||||
} interrupt_core0_dev_t;
|
||||
|
||||
extern intmtx_core0_dev_t INTMTX;
|
||||
extern interrupt_core0_dev_t INTMTX;
|
||||
|
||||
#ifndef __cplusplus
|
||||
_Static_assert(sizeof(interrupt_core0_dev_t) == 0x800, "Invalid size of interrupt_core0_dev_t structure");
|
||||
|
Reference in New Issue
Block a user