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 by
Diff: TARGET_NUCLEO_F303RE/TARGET_STM/TARGET_STM32F3/PeripheralPins.h
- Revision:
- 122:f9eeca106725
- Parent:
- 97:433970e64889
- Child:
- 127:25aea2a3f4e3
diff -r 6c34061e7c34 -r f9eeca106725 TARGET_NUCLEO_F303RE/TARGET_STM/TARGET_STM32F3/PeripheralPins.h --- a/TARGET_NUCLEO_F303RE/TARGET_STM/TARGET_STM32F3/PeripheralPins.h Wed May 25 16:44:06 2016 +0100 +++ b/TARGET_NUCLEO_F303RE/TARGET_STM/TARGET_STM32F3/PeripheralPins.h Thu Jul 07 14:34:11 2016 +0100 @@ -63,4 +63,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