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 CANnucleo by
Diff: stm32f3xx_hal_msp.h
- Revision:
- 14:0344705e6fb8
- Parent:
- 11:439f3a34c42e
- Child:
- 16:f4c8f45bded9
--- a/stm32f3xx_hal_msp.h Wed Dec 23 10:37:01 2015 +0000 +++ b/stm32f3xx_hal_msp.h Sun Dec 27 09:02:47 2015 +0000 @@ -36,6 +36,8 @@ #ifndef stm32f3xx_hal_H #define stm32f3xx_hal_H +#define CAN_IRQ CAN_RX1_IRQn + #include "pinmap.h" typedef struct can_s can_t;
