Fix doxygen warning in the CC2538 uDMA driver's header

This commit is contained in:
George Oikonomou 2015-02-14 01:18:51 +01:00
parent 88e190103c
commit 4100cbc9c0
1 changed files with 3 additions and 2 deletions

View File

@ -560,12 +560,13 @@ void udma_init(void);
/**
* \brief Sets the channels source address
* \param channel The channel as a value in [0 , UDMA_CONF_MAX_CHANNEL]
* \param
* \param src_end The source's end address
*/
void udma_set_channel_src(uint8_t channel, uint32_t src_end);
/**
* \brief
* \brief Sets the channel's destination address
* \param dst_end The destination's end address
* \param channel The channel as a value in [0 , UDMA_CONF_MAX_CHANNEL]
*/
void udma_set_channel_dst(uint8_t channel, uint32_t dst_end);