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_F091RC/stm32f091xc.h
- Revision:
- 121:6c34061e7c34
- Parent:
- 108:34e6b704fe68
- Child:
- 122:f9eeca106725
diff -r 7c328cabac7e -r 6c34061e7c34 TARGET_NUCLEO_F091RC/stm32f091xc.h --- a/TARGET_NUCLEO_F091RC/stm32f091xc.h Tue May 10 12:23:43 2016 -0500 +++ b/TARGET_NUCLEO_F091RC/stm32f091xc.h Wed May 25 16:44:06 2016 +0100 @@ -708,7 +708,7 @@ #define USART5 ((USART_TypeDef *) USART5_BASE) #define I2C1 ((I2C_TypeDef *) I2C1_BASE) #define I2C2 ((I2C_TypeDef *) I2C2_BASE) -#define CAN ((CAN_TypeDef *) CAN_BASE) +#define CAN1 ((CAN_TypeDef *) CAN_BASE) #define CRS ((CRS_TypeDef *) CRS_BASE) #define PWR ((PWR_TypeDef *) PWR_BASE) #define DAC ((DAC_TypeDef *) DAC_BASE)
