Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Diff: targets/TARGET_STM/TARGET_STM32F4/can_device.h
- Revision:
- 180:96ed750bd169
- Parent:
- 178:79309dc6340a
--- a/targets/TARGET_STM/TARGET_STM32F4/can_device.h Thu Dec 07 14:01:42 2017 +0000 +++ b/targets/TARGET_STM/TARGET_STM32F4/can_device.h Wed Jan 17 15:23:54 2018 +0000 @@ -25,7 +25,7 @@ #ifdef DEVICE_CAN -#if defined(CAN3_BASE) && defined(CAN_3) +#if defined(CAN3_BASE) #define CAN_NUM 3 // Number of CAN peripherals present in the STM32 serie
