From 8bd5eb3a68db1570f9043a42a23ef59f184417ab Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 5 Jul 2013 10:03:21 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5928 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/can.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'os/hal/include') 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)) /** @} */ /*===========================================================================*/ -- cgit v1.2.3