mbed library sources. With a patch for the can_api
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