This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 09ae15755e3c34167ba4930861cae0568fec3d60 Author: raiden00pl <raide...@railab.me> AuthorDate: Wed Jan 5 10:10:20 2022 +0100 include/nuttx/can/can.h: fix typo --- include/nuttx/can/can.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nuttx/can/can.h b/include/nuttx/can/can.h index 2df3310..0f7db30 100644 --- a/include/nuttx/can/can.h +++ b/include/nuttx/can/can.h @@ -293,7 +293,7 @@ # define CAN_ERROR_TXTIMEOUT (1 << 0) /* Bit 0: TX timeout */ # define CAN_ERROR_LOSTARB (1 << 1) /* Bit 1: Lost arbitration (See CAN_ERROR0_* definitions) */ # define CAN_ERROR_CONTROLLER (1 << 2) /* Bit 2: Controller error (See CAN_ERROR1_* definitions) */ -# define CAN_ERROR_PROTOCOL (1 << 3) /* Bit 3: Protocol error (see CAN_ERROR1_* and CAN_ERROR3_* definitions) */ +# define CAN_ERROR_PROTOCOL (1 << 3) /* Bit 3: Protocol error (see CAN_ERROR2_* and CAN_ERROR3_* definitions) */ # define CAN_ERROR_TRANSCEIVER (1 << 4) /* Bit 4: Transceiver error (See CAN_ERROR4_* definitions) */ # define CAN_ERROR_NOACK (1 << 5) /* Bit 5: No ACK received on transmission */ # define CAN_ERROR_BUSOFF (1 << 6) /* Bit 6: Bus off */