stm32: can: fixed naming for ABRQ2
This commit is contained in:
parent
5cd4577489
commit
b31b3985b7
@ -257,7 +257,7 @@ LGPL License Terms @ref lgpl_license
|
||||
#define CAN_TSR_CODE_MASK (0x3 << 24)
|
||||
|
||||
/* ABRQ2: Abort request for mailbox 2 */
|
||||
#define CAN_TSR_TABRQ2 (1 << 23)
|
||||
#define CAN_TSR_ABRQ2 (1 << 23)
|
||||
|
||||
/* 22:20 Reserved, forced by hardware to 0 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user