Merge branch 'bugfix/periphint_typo' into 'master'

Fix typo in periph_inttrput_t type name

Closes IDF-12096

See merge request espressif/esp-idf!39179
This commit is contained in:
morris
2025-05-16 10:38:23 +08:00
9 changed files with 1 additions and 17 deletions

View File

@ -86,8 +86,6 @@ typedef enum {
ETS_MAX_INTR_SOURCE, /**< total number of interrupt sources*/
} periph_interrupt_t;
typedef periph_interrupt_t periph_interrput_t __attribute__((deprecated("in favor of periph_interrupt_t")));
#define ETS_CAN_INTR_SOURCE ETS_TWAI_INTR_SOURCE
extern const char *const esp_isr_names[ETS_MAX_INTR_SOURCE];

View File

@ -64,8 +64,6 @@ typedef enum {
ETS_MAX_INTR_SOURCE,
} periph_interrupt_t;
typedef periph_interrupt_t periph_interrput_t __attribute__((deprecated("in favor of periph_interrupt_t")));
extern const char * const esp_isr_names[ETS_MAX_INTR_SOURCE];
#ifdef __cplusplus

View File

@ -83,8 +83,6 @@ typedef enum {
ETS_MAX_INTR_SOURCE,
} periph_interrupt_t;
typedef periph_interrupt_t periph_interrput_t __attribute__((deprecated("in favor of periph_interrupt_t")));
extern const char * const esp_isr_names[ETS_MAX_INTR_SOURCE];
#ifdef __cplusplus

View File

@ -99,8 +99,6 @@ typedef enum {
ETS_MAX_INTR_SOURCE,
} periph_interrupt_t;
typedef periph_interrupt_t periph_interrput_t __attribute__((deprecated("in favor of periph_interrupt_t")));
extern const char * const esp_isr_names[ETS_MAX_INTR_SOURCE];
#ifdef __cplusplus

View File

@ -87,8 +87,6 @@ typedef enum {
ETS_MAX_INTR_SOURCE,
} periph_interrupt_t;
typedef periph_interrupt_t periph_interrput_t __attribute__((deprecated("in favor of periph_interrupt_t")));
extern const char * const esp_isr_names[ETS_MAX_INTR_SOURCE];
#ifdef __cplusplus

View File

@ -107,7 +107,7 @@ typedef enum {
ETS_ECDSA_INTR_SOURCE,
ETS_KM_INTR_SOURCE,
ETS_MAX_INTR_SOURCE,
} periph_interrput_t;
} periph_interrupt_t;
extern const char * const esp_isr_names[ETS_MAX_INTR_SOURCE];

View File

@ -155,8 +155,6 @@ typedef enum {
ETS_MAX_INTR_SOURCE, /**< number of interrupt sources */
} periph_interrupt_t;
typedef periph_interrupt_t periph_interrput_t __attribute__((deprecated("in favor of periph_interrupt_t")));
extern const char *const esp_isr_names[ETS_MAX_INTR_SOURCE];
#ifdef __cplusplus

View File

@ -116,8 +116,6 @@ typedef enum {
ETS_MAX_INTR_SOURCE, /**< number of interrupt sources */
} periph_interrupt_t;
typedef periph_interrupt_t periph_interrput_t __attribute__((deprecated("in favor of periph_interrupt_t")));
extern const char * const esp_isr_names[ETS_MAX_INTR_SOURCE];
#ifdef __cplusplus

View File

@ -118,8 +118,6 @@ typedef enum {
ETS_MAX_INTR_SOURCE, /**< number of interrupt sources */
} periph_interrupt_t;
typedef periph_interrupt_t periph_interrput_t __attribute__((deprecated("in favor of periph_interrupt_t")));
extern const char * const esp_isr_names[ETS_MAX_INTR_SOURCE];
#ifdef __cplusplus