mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
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:
@ -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];
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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];
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user