stm32: can: fixed naming for ABRQ2

This commit is contained in:
Grigory Revzin 2017-07-28 17:14:14 +03:00 committed by Karl Palsson
parent 5cd4577489
commit b31b3985b7

View File

@ -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 */