mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/msp430*: fix doxygen grouping warnings
Signed-off-by: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
This commit is contained in:
parent
22a7e1af03
commit
63017413e9
@ -15,8 +15,6 @@
|
||||
* @brief Implementation of the kernels thread interface
|
||||
*
|
||||
* @author Koen Zandberg <koen@bergzand.net>
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
#ifndef THREAD_ARCH_H
|
||||
#define THREAD_ARCH_H
|
||||
|
@ -44,7 +44,6 @@ typedef uint16_t gpio_t;
|
||||
|
||||
/**
|
||||
* @brief Mandatory function for defining a GPIO pins
|
||||
* @{
|
||||
*/
|
||||
#define GPIO_PIN(x, y) ((gpio_t)(((x & 0xff) << 8) | (1 << (y & 0x07))))
|
||||
|
||||
@ -68,6 +67,7 @@ typedef enum {
|
||||
|
||||
/**
|
||||
* @brief Override SPI mode selection values
|
||||
* @{
|
||||
*/
|
||||
#define HAVE_SPI_MODE_T
|
||||
#ifndef SPI_USE_USCI
|
||||
@ -89,6 +89,7 @@ typedef enum {
|
||||
|
||||
/**
|
||||
* @brief Override SPI clock speed selection values
|
||||
* @{
|
||||
*/
|
||||
#define HAVE_SPI_CLK_T
|
||||
typedef enum {
|
||||
|
Loading…
Reference in New Issue
Block a user