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
|
||||
} PWMName;
|
||||
|
||||
#if DEVICE_CAN
|
||||
#if CAN1_BASE
|
||||
typedef enum {
|
||||
CAN_1 = (int)CAN1_BASE,
|
||||
#if defined CAN2_BASE
|
||||
|
|
|
@ -1798,6 +1798,7 @@
|
|||
],
|
||||
"device_has_add": [
|
||||
"ANALOGOUT",
|
||||
"CAN",
|
||||
"TRNG"
|
||||
]
|
||||
},
|
||||
|
@ -1816,6 +1817,7 @@
|
|||
"EMAC"
|
||||
],
|
||||
"device_has_remove": [
|
||||
"CAN",
|
||||
"LPTICKER",
|
||||
"SERIAL_FC"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue