File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -264,5 +264,5 @@ extern Uart Serial1;
264264#define SERIAL_PORT_HARDWARE Serial1
265265#define SERIAL_PORT_HARDWARE_OPEN Serial1
266266
267- #endif /* _VARIANT_FEATHER_M4_ */
267+ #endif /* _VARIANT_PYBADGE_AIRLIFT_M4_ */
268268
Original file line number Diff line number Diff line change @@ -185,6 +185,10 @@ static const uint8_t SCK2 = PIN_SPI2_SCK ;
185185#define PIN_WIRE_SCL (25u)
186186#define PERIPH_WIRE sercom2
187187#define WIRE_IT_HANDLER SERCOM2_Handler
188+ #define WIRE_IT_HANDLER_0 SERCOM2_0_Handler
189+ #define WIRE_IT_HANDLER_1 SERCOM2_1_Handler
190+ #define WIRE_IT_HANDLER_2 SERCOM2_2_Handler
191+ #define WIRE_IT_HANDLER_3 SERCOM2_3_Handler
188192
189193static const uint8_t SDA = PIN_WIRE_SDA ;
190194static const uint8_t SCL = PIN_WIRE_SCL ;
@@ -261,5 +265,5 @@ extern Uart Serial1;
261265#define SERIAL_PORT_HARDWARE Serial1
262266#define SERIAL_PORT_HARDWARE_OPEN Serial1
263267
264- #endif /* _VARIANT_FEATHER_M4_ */
268+ #endif /* _VARIANT_PYBADGE_M4_ */
265269
You can’t perform that action at this time.
0 commit comments