include/nuttx/can.h: make SocketCAN error definitions always available
This commit is contained in:
parent
6c27f3c19d
commit
7d39642561
@ -210,8 +210,6 @@
|
||||
|
||||
/* CAN Error Indications ****************************************************/
|
||||
|
||||
#ifdef CONFIG_NET_CAN_ERRORS
|
||||
|
||||
/* Error class in can_id */
|
||||
|
||||
#define CAN_ERR_TXTIMEOUT (1 << 0) /* Bit 0: TX timeout */
|
||||
@ -283,7 +281,6 @@
|
||||
/* Data[4]: Error status of CAN-transceiver */
|
||||
|
||||
#define CAN_ERR_TRX_UNSPEC 0x00 /* Unspecified error */
|
||||
#endif /* CONFIG_NET_CAN_ERRORS */
|
||||
|
||||
/****************************************************************************
|
||||
* Public Types
|
||||
|
Loading…
Reference in New Issue
Block a user