From d218b77ff7e6982055f3eafb709e9181a142e878 Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Mon, 18 Nov 2019 11:30:29 +0100 Subject: [PATCH] cpu/esp8266: Suppress cpu specific i2c_speed_t in doxygen --- cpu/esp8266/include/periph_cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/esp8266/include/periph_cpu.h b/cpu/esp8266/include/periph_cpu.h index 2b432f6d2f..461f043efe 100644 --- a/cpu/esp8266/include/periph_cpu.h +++ b/cpu/esp8266/include/periph_cpu.h @@ -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 */