mirror of https://github.com/ARMmbed/mbed-os.git
STM32 CAN3: add CAN_3 declaration for DISCO_F769NI
parent
9ee222a8e6
commit
f08c04d81f
|
@ -94,7 +94,8 @@ typedef enum {
|
|||
|
||||
typedef enum {
|
||||
CAN_1 = (int)CAN1_BASE,
|
||||
CAN_2 = (int)CAN2_BASE
|
||||
CAN_2 = (int)CAN2_BASE,
|
||||
CAN_3 = (int)CAN3_BASE
|
||||
} CANName;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue