Index: Comm.h =================================================================== diff -u -rb6f405736cdf94956bf9b841386d432d2385e5b1 -r8e3c1aa26d6668749668255dbc337910b30423ae --- Comm.h (.../Comm.h) (revision b6f405736cdf94956bf9b841386d432d2385e5b1) +++ Comm.h (.../Comm.h) (revision 8e3c1aa26d6668749668255dbc337910b30423ae) @@ -30,7 +30,7 @@ /** * @defgroup CommInterrupts CommInterrupts - * @brief The communication module provides low level comm signal, + * @brief The communication unit provides low level comm signal, * status, and some interrupt handling functions. * * @addtogroup CommInterrupts @@ -39,9 +39,6 @@ // ********** public definitions ********** -#define SCI_DMA_TRANSMIT_INT 0x00010000 ///< Bit mask for setting/clearing serial DMA transmit interrupts. -#define SCI_DMA_RECEIVE_INT 0x00060000 ///< Bit mask for setting/clearing serial DMA receive interrupts. - // ********** public function prototypes ********** void signalCANXmitsInitiated( void );