Skip to content

Commit

Permalink
cpu/lpc23xx: fix doxygen grouping warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
  • Loading branch information
jeandudey committed Sep 11, 2021
1 parent 209304c commit 3de8f24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion cpu/lpc23xx/include/lpc23xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ extern "C" {
#define TXEMR 0x3C
#define TXCTCR 0x70
/** @} */
/** @} */

#ifdef __cplusplus
}
Expand Down
9 changes: 4 additions & 5 deletions cpu/lpc23xx/include/periph_cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ typedef enum {
GPIO_RISING = 2, /**< emit interrupt on rising flank */
GPIO_BOTH = 3 /**< emit interrupt on both flanks */
} gpio_flank_t;
#endif /* ndef DOXYGEN */
#endif /* ifndef DOXYGEN */

/**
* @brief UART device configuration
Expand Down Expand Up @@ -141,7 +141,7 @@ typedef struct {
#define PERIPH_SPI_NEEDS_TRANSFER_BYTE
#define PERIPH_SPI_NEEDS_TRANSFER_REG
#define PERIPH_SPI_NEEDS_TRANSFER_REGS
/* @} */
/** @} */

#ifndef DOXYGEN
/**
Expand Down Expand Up @@ -213,7 +213,7 @@ typedef enum {
I2C_SPEED_NORMAL = 100000, /**< normal mode: ~100 kbit/s */
I2C_SPEED_FAST = 400000, /**< fast mode: ~400 kbit/s */
} i2c_speed_t;
/* @} */
/** @} */
#endif /* ndef DOXYGEN */

/**
Expand All @@ -228,7 +228,6 @@ typedef struct {
uint32_t pinsel_msk_sda;/**< SDA PINSEL Mask */
uint32_t pinsel_msk_scl;/**< SCL PINSEL Mask */
} i2c_conf_t;
/* @} */

/**
* @name Use shared I2C functions
Expand All @@ -246,7 +245,7 @@ typedef struct {
#if defined(MODULE_PERIPH_RTC) && !defined(RTC_NORMALIZE_COMPAT)
#define RTC_NORMALIZE_COMPAT (1)
#endif
/* @} */
/** @} */

#ifdef __cplusplus
}
Expand Down

0 comments on commit 3de8f24

Please sign in to comment.