diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-06 17:40:24 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-06 17:40:24 +0000 |
commit | 1ddd49eec7be60413d5054937ee1a1c001842769 (patch) | |
tree | 4826e224810d14ba396582952cd614bb9f2da925 /ports/MSP430/msp430_serial.c | |
parent | 87805ba16625d490475be626372a87d7c53e700c (diff) | |
download | ChibiOS-1ddd49eec7be60413d5054937ee1a1c001842769.tar.gz ChibiOS-1ddd49eec7be60413d5054937ee1a1c001842769.tar.bz2 ChibiOS-1ddd49eec7be60413d5054937ee1a1c001842769.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@725 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/MSP430/msp430_serial.c')
-rw-r--r-- | ports/MSP430/msp430_serial.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/MSP430/msp430_serial.c b/ports/MSP430/msp430_serial.c index 6bac2bab9..81e09a195 100644 --- a/ports/MSP430/msp430_serial.c +++ b/ports/MSP430/msp430_serial.c @@ -178,9 +178,9 @@ static void OutNotify2(void) { /**
* @brief USART1 setup.
* @details This function must be invoked with interrupts disabled.
- * @param div The divider value as calculated by the @p UBR() macro.
- * @param mod The value for the @p U1MCTL register.
- * @param ctl The value for the @p U1CTL register.
+ * @param[in] div the divider value as calculated by the @p UBR() macro
+ * @param[in] mod the value for the @p U1MCTL register
+ * @param[in] ctl the value for the @p U1CTL register.
* @note Does not reset the I/O queues.
*/
void SetUSART1(uint16_t div, uint8_t mod, uint8_t ctl) {
|