File tree Expand file tree Collapse file tree 9 files changed +1
-17
lines changed Expand file tree Collapse file tree 9 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,6 @@ typedef enum {
8686 ETS_MAX_INTR_SOURCE , /**< total number of interrupt sources*/
8787} periph_interrupt_t ;
8888
89- typedef periph_interrupt_t periph_interrput_t __attribute__((deprecated ("in favor of periph_interrupt_t" )));
90-
9189#define ETS_CAN_INTR_SOURCE ETS_TWAI_INTR_SOURCE
9290
9391extern const char * const esp_isr_names [ETS_MAX_INTR_SOURCE ];
Original file line number Diff line number Diff line change @@ -64,8 +64,6 @@ typedef enum {
6464 ETS_MAX_INTR_SOURCE ,
6565} periph_interrupt_t ;
6666
67- typedef periph_interrupt_t periph_interrput_t __attribute__((deprecated ("in favor of periph_interrupt_t" )));
68-
6967extern const char * const esp_isr_names [ETS_MAX_INTR_SOURCE ];
7068
7169#ifdef __cplusplus
Original file line number Diff line number Diff line change @@ -83,8 +83,6 @@ typedef enum {
8383 ETS_MAX_INTR_SOURCE ,
8484} periph_interrupt_t ;
8585
86- typedef periph_interrupt_t periph_interrput_t __attribute__((deprecated ("in favor of periph_interrupt_t" )));
87-
8886extern const char * const esp_isr_names [ETS_MAX_INTR_SOURCE ];
8987
9088#ifdef __cplusplus
Original file line number Diff line number Diff line change @@ -99,8 +99,6 @@ typedef enum {
9999 ETS_MAX_INTR_SOURCE ,
100100} periph_interrupt_t ;
101101
102- typedef periph_interrupt_t periph_interrput_t __attribute__((deprecated ("in favor of periph_interrupt_t" )));
103-
104102extern const char * const esp_isr_names [ETS_MAX_INTR_SOURCE ];
105103
106104#ifdef __cplusplus
Original file line number Diff line number Diff line change @@ -87,8 +87,6 @@ typedef enum {
8787 ETS_MAX_INTR_SOURCE ,
8888} periph_interrupt_t ;
8989
90- typedef periph_interrupt_t periph_interrput_t __attribute__((deprecated ("in favor of periph_interrupt_t" )));
91-
9290extern const char * const esp_isr_names [ETS_MAX_INTR_SOURCE ];
9391
9492#ifdef __cplusplus
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ typedef enum {
107107 ETS_ECDSA_INTR_SOURCE ,
108108 ETS_KM_INTR_SOURCE ,
109109 ETS_MAX_INTR_SOURCE ,
110- } periph_interrput_t ;
110+ } periph_interrupt_t ;
111111
112112extern const char * const esp_isr_names [ETS_MAX_INTR_SOURCE ];
113113
Original file line number Diff line number Diff line change @@ -155,8 +155,6 @@ typedef enum {
155155 ETS_MAX_INTR_SOURCE , /**< number of interrupt sources */
156156} periph_interrupt_t ;
157157
158- typedef periph_interrupt_t periph_interrput_t __attribute__((deprecated ("in favor of periph_interrupt_t" )));
159-
160158extern const char * const esp_isr_names [ETS_MAX_INTR_SOURCE ];
161159
162160#ifdef __cplusplus
Original file line number Diff line number Diff line change @@ -116,8 +116,6 @@ typedef enum {
116116 ETS_MAX_INTR_SOURCE , /**< number of interrupt sources */
117117} periph_interrupt_t ;
118118
119- typedef periph_interrupt_t periph_interrput_t __attribute__((deprecated ("in favor of periph_interrupt_t" )));
120-
121119extern const char * const esp_isr_names [ETS_MAX_INTR_SOURCE ];
122120
123121#ifdef __cplusplus
Original file line number Diff line number Diff line change @@ -118,8 +118,6 @@ typedef enum {
118118 ETS_MAX_INTR_SOURCE , /**< number of interrupt sources */
119119} periph_interrupt_t ;
120120
121- typedef periph_interrupt_t periph_interrput_t __attribute__((deprecated ("in favor of periph_interrupt_t" )));
122-
123121extern const char * const esp_isr_names [ETS_MAX_INTR_SOURCE ];
124122
125123#ifdef __cplusplus
You can’t perform that action at this time.
0 commit comments