STM32 CAN3: add CAN_3 declaration for DISCO_F769NI

pull/5667/head
bcostm 2017-12-07 16:51:01 +01:00 committed by Adam Heinrich
parent 9ee222a8e6
commit f08c04d81f
1 changed files with 2 additions and 1 deletions

View File

@ -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