diff --git a/variants/feather_m4_can/variant.h b/variants/feather_m4_can/variant.h index 27a20e4b..1e87cc62 100644 --- a/variants/feather_m4_can/variant.h +++ b/variants/feather_m4_can/variant.h @@ -203,6 +203,13 @@ static const uint8_t SCL = PIN_WIRE_SCL; #define VARIANT_QSPI_BAUD_DEFAULT 5000000 #endif +/* + * CAN + */ +#define PIN_CAN_RX (42) +#define PIN_CAN_STANDBY (40) +#define PIN_CAN_TX (41) + #ifdef __cplusplus } #endif