diff options
Diffstat (limited to 'os/hal/include')
| -rw-r--r-- | os/hal/include/can.h | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/os/hal/include/can.h b/os/hal/include/can.h index 6cd2f55c1..4d502c0d2 100644 --- a/os/hal/include/can.h +++ b/os/hal/include/can.h @@ -122,16 +122,6 @@ typedef enum {   * @brief   Converts a mailbox index to a bit mask.
   */
  #define CAN_MAILBOX_TO_MASK(mbx) (1 << ((mbx) - 1))
 -
 -/**
 - * @brief   Adds some flags to the CAN status mask.
 - *
 - * @param[in] canp      pointer to the @p CANDriver object
 - * @param[in] mask      flags to be added to the status mask
 - *
 - * @iclass
 - */
 -#define canAddFlagsI(canp, mask) ((canp)->status |= (mask))
  /** @} */
  /*===========================================================================*/
 | 
