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_F302R8/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F302R8/PeripheralNames.h
- Revision:
- 122:f9eeca106725
- Parent:
- 100:cbbeb26dbd92
diff -r 6c34061e7c34 -r f9eeca106725 TARGET_NUCLEO_F302R8/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F302R8/PeripheralNames.h --- a/TARGET_NUCLEO_F302R8/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F302R8/PeripheralNames.h Wed May 25 16:44:06 2016 +0100 +++ b/TARGET_NUCLEO_F302R8/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F302R8/PeripheralNames.h Thu Jul 07 14:34:11 2016 +0100 @@ -73,6 +73,10 @@ PWM_17 = (int)TIM17_BASE } PWMName; +typedef enum { + CAN_1 = (int)CAN_BASE +} CANName; + #ifdef __cplusplus } #endif