STM32F4: CAN issue with F407 target

pull/15080/head
Jerome Coutant 2021-09-17 17:42:00 +02:00
parent 94c7463762
commit f9010ed7a0
2 changed files with 3 additions and 1 deletions

View File

@ -139,7 +139,7 @@ typedef enum {
#endif
} PWMName;
#if DEVICE_CAN
#if CAN1_BASE
typedef enum {
CAN_1 = (int)CAN1_BASE,
#if defined CAN2_BASE

View File

@ -1798,6 +1798,7 @@
],
"device_has_add": [
"ANALOGOUT",
"CAN",
"TRNG"
]
},
@ -1816,6 +1817,7 @@
"EMAC"
],
"device_has_remove": [
"CAN",
"LPTICKER",
"SERIAL_FC"
],