mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-19 15:59:08 +00: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:
@@ -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