feather_can_m4: define PIN_CAN_abc macros
This commit is contained in:
parent
308e949881
commit
3ab4dfe9de
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue