From b2095171b46990e2a44fb5b6ddd02a00600b1d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Wed, 4 Apr 2018 17:21:51 +0200 Subject: [PATCH] BV RS-232: fix doc --- lib/busvoodoo_rs232.c | 2 +- lib/busvoodoo_rs232.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/busvoodoo_rs232.c b/lib/busvoodoo_rs232.c index 17e411e..a11d81a 100644 --- a/lib/busvoodoo_rs232.c +++ b/lib/busvoodoo_rs232.c @@ -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 */ diff --git a/lib/busvoodoo_rs232.h b/lib/busvoodoo_rs232.h index 2a8b458..ce1e9e5 100644 --- a/lib/busvoodoo_rs232.h +++ b/lib/busvoodoo_rs232.h @@ -16,7 +16,7 @@ * @file busvoodoo_rs232.h * @author King Kévin * @date 2018 - * @note peripherals used: USART @ref busvoodoo_rs232 + * @note peripherals used: USART @ref busvoodoo_rs232_usart */ /** RS-232 mode interface definition */