1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

cpu/esp8266: Suppress cpu specific i2c_speed_t in doxygen

This commit is contained in:
MrKevinWeiss 2019-11-18 11:30:29 +01:00
parent 02bd107722
commit d218b77ff7

View File

@ -131,7 +131,7 @@ typedef enum {
*
* @{
*/
#ifndef DOXYGEN
/**
* @brief Override I2C clock speed values
*
@ -147,7 +147,7 @@ typedef enum {
I2C_SPEED_HIGH, /**< not supported */
} i2c_speed_t;
/** @} */
#endif /* ndef DOXYGEN */
/**
* @brief I2C configuration structure type
*/