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/hal/TARGET_STM/TARGET_STM32F4/PeripheralPins.h
- Revision:
- 75:245e7931bad6
- Parent:
- 60:6e6ed0527880
- Child:
- 144:ef7eb2e8f9f7
diff -r 9322579e4309 -r 245e7931bad6 targets/hal/TARGET_STM/TARGET_STM32F4/PeripheralPins.h --- a/targets/hal/TARGET_STM/TARGET_STM32F4/PeripheralPins.h Fri Feb 26 11:45:10 2016 +0000 +++ b/targets/hal/TARGET_STM/TARGET_STM32F4/PeripheralPins.h Fri Feb 26 17:15:12 2016 +0000 @@ -65,4 +65,8 @@ extern const PinMap PinMap_SPI_SCLK[]; extern const PinMap PinMap_SPI_SSEL[]; +//*** CAN *** +extern const PinMap PinMap_CAN_RD[]; +extern const PinMap PinMap_CAN_TD[]; + #endif