mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #15080 from jeromecoutant/PR_F407_CAN
STM32F4: CAN issue with F407 targetpull/15116/head
commit
d93843a694
|
@ -139,7 +139,7 @@ typedef enum {
|
||||||
#endif
|
#endif
|
||||||
} PWMName;
|
} PWMName;
|
||||||
|
|
||||||
#if DEVICE_CAN
|
#if CAN1_BASE
|
||||||
typedef enum {
|
typedef enum {
|
||||||
CAN_1 = (int)CAN1_BASE,
|
CAN_1 = (int)CAN1_BASE,
|
||||||
#if defined CAN2_BASE
|
#if defined CAN2_BASE
|
||||||
|
|
|
@ -1798,6 +1798,7 @@
|
||||||
],
|
],
|
||||||
"device_has_add": [
|
"device_has_add": [
|
||||||
"ANALOGOUT",
|
"ANALOGOUT",
|
||||||
|
"CAN",
|
||||||
"TRNG"
|
"TRNG"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -1816,6 +1817,7 @@
|
||||||
"EMAC"
|
"EMAC"
|
||||||
],
|
],
|
||||||
"device_has_remove": [
|
"device_has_remove": [
|
||||||
|
"CAN",
|
||||||
"LPTICKER",
|
"LPTICKER",
|
||||||
"SERIAL_FC"
|
"SERIAL_FC"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue