BV RS-232: fix doc

This commit is contained in:
King Kévin 2018-04-04 17:21:51 +02:00
parent b2d4dd9acd
commit b2095171b4
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
#include "busvoodoo_oled.h" // OLED utilities
#include "busvoodoo_rs232.h" // own definitions
/** @defgroup busvoodoo_rs232 USART peripheral used for RS-232 communication, using an RS-232 transceiver
/** @defgroup busvoodoo_rs232_usart USART peripheral used for RS-232 communication, using an RS-232 transceiver
* @{
*/
#define BUSVOODOO_RS232_USART 2 /**< USART peripheral */

View File

@ -16,7 +16,7 @@
* @file busvoodoo_rs232.h
* @author King Kévin <kingkevin@cuvoodoo.info>
* @date 2018
* @note peripherals used: USART @ref busvoodoo_rs232
* @note peripherals used: USART @ref busvoodoo_rs232_usart
*/
/** RS-232 mode interface definition */