1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

cc1352-launchpad: fix documentation errors.

Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
This commit is contained in:
Jean Pierre Dudey 2020-01-20 08:05:52 -05:00
parent cc170e9987
commit f96fc62369
No known key found for this signature in database
GPG Key ID: 631A70D74E41F1AD

View File

@ -8,11 +8,11 @@
*/
/**
* @ingroup boards_cc2650_launchpad
* @ingroup boards_cc1352_launchpad
* @{
*
* @file
* @brief Peripheral MCU configuration for TI CC2650 LaunchPad
* @brief Peripheral MCU configuration for TI CC1352 LaunchPad
*
* @author Nicholas Jackson <nicholas.jackson@griffithuni.edu.au>
* @author Sebastian Meiling <s@mlng.net>
@ -68,22 +68,15 @@ static const timer_conf_t timer_config[] = {
/**
* @name UART configuration
*
* The used CC26x0 CPU only supports a single UART device, so all we need to
* configure are the RX and TX pins.
* The TI CC1352 LaunchPad board only has access to a single UART device through
* the debugger, so all we need to configure are the RX and TX pins.
*
* Optionally we can enable hardware flow control, by setting UART_HW_FLOW_CTRL
* to 1 and defining pins for UART_CTS_PIN and UART_RTS_PIN.
* to 1 and defining pins for cts_pin and rts_pin.
*
* Add a second UART configuration if using external pins.
* @{
*/
/**
* @name UART configuration
*
* We can enable hardware flow control, by setting flow_control
* to 1 and defining pins for cts_pin and rts_pin.
*
* Add a second UART configuration if using external pins.
* @{
*/
static const uart_conf_t uart_config[] = {
{