diff --git a/boards/arduino-mega2560/include/board.h b/boards/arduino-mega2560/include/board.h index 55eb1a1d16cb..f2f78f0056e9 100644 --- a/boards/arduino-mega2560/include/board.h +++ b/boards/arduino-mega2560/include/board.h @@ -19,7 +19,6 @@ #ifndef BOARD_H #define BOARD_H - #ifdef __cplusplus extern "C" { #endif diff --git a/boards/arduino-nano-33-ble-sense/include/periph_conf.h b/boards/arduino-nano-33-ble-sense/include/periph_conf.h index 183c17ba3085..a8d377daa793 100644 --- a/boards/arduino-nano-33-ble-sense/include/periph_conf.h +++ b/boards/arduino-nano-33-ble-sense/include/periph_conf.h @@ -24,7 +24,6 @@ #include "cfg_rtt_default.h" #include "cfg_timer_default.h" - #ifdef __cplusplus extern "C" { diff --git a/boards/hifive1b/include/vendor/hifive1.h b/boards/hifive1b/include/vendor/hifive1.h index 713674e63e6d..e844035ddadf 100644 --- a/boards/hifive1b/include/vendor/hifive1.h +++ b/boards/hifive1b/include/vendor/hifive1.h @@ -58,7 +58,6 @@ (x==PIN_SPI1_SS3 ? 3 : \ -1))))) - // These buttons are present only on the Freedom E300 Arty Dev Kit. #ifdef HAS_BOARD_BUTTONS #define BUTTON_0_OFFSET 15 @@ -74,5 +73,4 @@ #define HAS_HFXOSC 1 #define HAS_LFROSC_BYPASS 1 - #endif /* _SIFIVE_HIFIVE1_H */ diff --git a/boards/lora-e5-dev/include/arduino_iomap.h b/boards/lora-e5-dev/include/arduino_iomap.h index 51aa48561e1d..20722bcde484 100644 --- a/boards/lora-e5-dev/include/arduino_iomap.h +++ b/boards/lora-e5-dev/include/arduino_iomap.h @@ -64,7 +64,6 @@ extern "C" { #define ARDUINO_PIN_LAST 28 /** @} */ - #ifdef __cplusplus } #endif diff --git a/boards/lora-e5-dev/include/periph_conf.h b/boards/lora-e5-dev/include/periph_conf.h index 599b02ffe2bb..7810bd12667c 100644 --- a/boards/lora-e5-dev/include/periph_conf.h +++ b/boards/lora-e5-dev/include/periph_conf.h @@ -155,7 +155,6 @@ static const i2c_conf_t i2c_config[] = { #define I2C_NUMOF ARRAY_SIZE(i2c_config) /** @} */ - /** * @name ADC configuration * @{ @@ -170,7 +169,6 @@ static const adc_conf_t adc_config[] = { #define ADC_NUMOF ARRAY_SIZE(adc_config) /** @} */ - #ifdef __cplusplus } #endif diff --git a/boards/nucleo-l552ze-q/include/periph_conf.h b/boards/nucleo-l552ze-q/include/periph_conf.h index f29681ab23ab..d98e2138fa18 100644 --- a/boards/nucleo-l552ze-q/include/periph_conf.h +++ b/boards/nucleo-l552ze-q/include/periph_conf.h @@ -94,7 +94,6 @@ static const spi_conf_t spi_config[] = { #define SPI_NUMOF ARRAY_SIZE(spi_config) /** @} */ - /** * @name PWM configuration * diff --git a/boards/stm32g0316-disco/include/board.h b/boards/stm32g0316-disco/include/board.h index 67d218e8d715..1a55f6c00027 100644 --- a/boards/stm32g0316-disco/include/board.h +++ b/boards/stm32g0316-disco/include/board.h @@ -27,7 +27,6 @@ extern "C" { #endif - #define LED0_PIN_NUM 12 #define LED0_PORT GPIO_PORT_A /**< GPIO port of LED 0 */ #define LED0_PORT_NUM PORT_A diff --git a/cpu/arm7_common/include/architecture_arch.h b/cpu/arm7_common/include/architecture_arch.h index ff7d27fdb660..2b66dff64f31 100644 --- a/cpu/arm7_common/include/architecture_arch.h +++ b/cpu/arm7_common/include/architecture_arch.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/arm7_common/include/irq_arch.h b/cpu/arm7_common/include/irq_arch.h index 83ae5920f86a..833cb2525c0b 100644 --- a/cpu/arm7_common/include/irq_arch.h +++ b/cpu/arm7_common/include/irq_arch.h @@ -18,7 +18,6 @@ * @author Heiko Will */ - #include "VIC.h" #include diff --git a/cpu/arm7tdmi_gba/include/periph_gba.h b/cpu/arm7tdmi_gba/include/periph_gba.h index d512b830ba9c..d84ea051ead7 100644 --- a/cpu/arm7tdmi_gba/include/periph_gba.h +++ b/cpu/arm7tdmi_gba/include/periph_gba.h @@ -18,7 +18,6 @@ * @author Bennet Blischke */ - #include #ifdef __cplusplus diff --git a/cpu/arm7tdmi_gba/stdio_fb/font_terminal.h b/cpu/arm7tdmi_gba/stdio_fb/font_terminal.h index 5fe808725fc7..9727efc22aad 100644 --- a/cpu/arm7tdmi_gba/stdio_fb/font_terminal.h +++ b/cpu/arm7tdmi_gba/stdio_fb/font_terminal.h @@ -1,6 +1,5 @@ #pragma once - #ifdef __cplusplus extern "C" { diff --git a/cpu/atmega1281/include/atmega_pcint.h b/cpu/atmega1281/include/atmega_pcint.h index 684363a689d0..f663d1572b50 100644 --- a/cpu/atmega1281/include/atmega_pcint.h +++ b/cpu/atmega1281/include/atmega_pcint.h @@ -1,6 +1,5 @@ #pragma once - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atmega1281/include/default_timer_config.h b/cpu/atmega1281/include/default_timer_config.h index c38f674506c5..95e7f9dda7cc 100644 --- a/cpu/atmega1281/include/default_timer_config.h +++ b/cpu/atmega1281/include/default_timer_config.h @@ -22,7 +22,6 @@ * @author Francisco Acosta */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atmega1281/include/periph_cpu.h b/cpu/atmega1281/include/periph_cpu.h index 5345de0854df..d76392888c44 100644 --- a/cpu/atmega1281/include/periph_cpu.h +++ b/cpu/atmega1281/include/periph_cpu.h @@ -22,7 +22,6 @@ * @author Francisco Acosta */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atmega1284p/include/atmega_pcint.h b/cpu/atmega1284p/include/atmega_pcint.h index efba85468216..ae192957578d 100644 --- a/cpu/atmega1284p/include/atmega_pcint.h +++ b/cpu/atmega1284p/include/atmega_pcint.h @@ -1,6 +1,5 @@ #pragma once - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atmega1284p/include/default_timer_config.h b/cpu/atmega1284p/include/default_timer_config.h index 2d170201e22b..6890dfec92bc 100644 --- a/cpu/atmega1284p/include/default_timer_config.h +++ b/cpu/atmega1284p/include/default_timer_config.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #include "periph_cpu_common.h" #include "periph_conf.h" /* <- Allow overwriting timer config from board */ diff --git a/cpu/atmega1284p/include/periph_cpu.h b/cpu/atmega1284p/include/periph_cpu.h index 19dd314d9c33..bf0c40a01eb6 100644 --- a/cpu/atmega1284p/include/periph_cpu.h +++ b/cpu/atmega1284p/include/periph_cpu.h @@ -22,7 +22,6 @@ * @author Matthew Blue */ - #include "periph_cpu_common.h" #ifdef __cplusplus diff --git a/cpu/atmega128rfa1/include/atmega_pcint.h b/cpu/atmega128rfa1/include/atmega_pcint.h index 684363a689d0..f663d1572b50 100644 --- a/cpu/atmega128rfa1/include/atmega_pcint.h +++ b/cpu/atmega128rfa1/include/atmega_pcint.h @@ -1,6 +1,5 @@ #pragma once - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atmega128rfa1/include/default_timer_config.h b/cpu/atmega128rfa1/include/default_timer_config.h index e38990648973..2fc3a504eca6 100644 --- a/cpu/atmega128rfa1/include/default_timer_config.h +++ b/cpu/atmega128rfa1/include/default_timer_config.h @@ -19,7 +19,6 @@ * @author Steffen Robertz */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atmega128rfa1/include/periph_cpu.h b/cpu/atmega128rfa1/include/periph_cpu.h index 5e3d2f988e3c..cec22ceea1ec 100644 --- a/cpu/atmega128rfa1/include/periph_cpu.h +++ b/cpu/atmega128rfa1/include/periph_cpu.h @@ -19,7 +19,6 @@ * @author Steffen Robertz */ - #include "periph_cpu_common.h" #include "atmega_regs_common.h" diff --git a/cpu/atmega2560/include/atmega_pcint.h b/cpu/atmega2560/include/atmega_pcint.h index c20cc7450e29..4023df7af4ee 100644 --- a/cpu/atmega2560/include/atmega_pcint.h +++ b/cpu/atmega2560/include/atmega_pcint.h @@ -1,6 +1,5 @@ #pragma once - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atmega2560/include/default_timer_config.h b/cpu/atmega2560/include/default_timer_config.h index e2ca8eb6cf60..ab652dba58ac 100644 --- a/cpu/atmega2560/include/default_timer_config.h +++ b/cpu/atmega2560/include/default_timer_config.h @@ -22,7 +22,6 @@ * @author Francisco Acosta */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atmega2560/include/periph_cpu.h b/cpu/atmega2560/include/periph_cpu.h index 41e8862f3f22..8c10dffbc8de 100644 --- a/cpu/atmega2560/include/periph_cpu.h +++ b/cpu/atmega2560/include/periph_cpu.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #include "periph_cpu_common.h" #ifdef __cplusplus diff --git a/cpu/atmega256rfr2/include/atmega_pcint.h b/cpu/atmega256rfr2/include/atmega_pcint.h index 684363a689d0..f663d1572b50 100644 --- a/cpu/atmega256rfr2/include/atmega_pcint.h +++ b/cpu/atmega256rfr2/include/atmega_pcint.h @@ -1,6 +1,5 @@ #pragma once - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atmega256rfr2/include/default_timer_config.h b/cpu/atmega256rfr2/include/default_timer_config.h index bf7ba151303e..7009fb9e33a3 100644 --- a/cpu/atmega256rfr2/include/default_timer_config.h +++ b/cpu/atmega256rfr2/include/default_timer_config.h @@ -19,7 +19,6 @@ * @author Steffen Robertz */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atmega256rfr2/include/periph_cpu.h b/cpu/atmega256rfr2/include/periph_cpu.h index 6d26eb802775..38bb96a08f88 100644 --- a/cpu/atmega256rfr2/include/periph_cpu.h +++ b/cpu/atmega256rfr2/include/periph_cpu.h @@ -19,7 +19,6 @@ * @author Steffen Robertz */ - #include "periph_cpu_common.h" #include "atmega_regs_common.h" diff --git a/cpu/atmega328p/include/atmega_pcint.h b/cpu/atmega328p/include/atmega_pcint.h index 772331f2258c..977709369f3d 100644 --- a/cpu/atmega328p/include/atmega_pcint.h +++ b/cpu/atmega328p/include/atmega_pcint.h @@ -1,6 +1,5 @@ #pragma once - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atmega328p/include/default_timer_config.h b/cpu/atmega328p/include/default_timer_config.h index 6a569c313471..df3acba678d0 100644 --- a/cpu/atmega328p/include/default_timer_config.h +++ b/cpu/atmega328p/include/default_timer_config.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atmega328p/include/periph_cpu.h b/cpu/atmega328p/include/periph_cpu.h index 21b6ca7dc4bb..fc5ec11c48bb 100644 --- a/cpu/atmega328p/include/periph_cpu.h +++ b/cpu/atmega328p/include/periph_cpu.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #include "periph_cpu_common.h" #ifdef __cplusplus diff --git a/cpu/atmega32u4/include/atmega_pcint.h b/cpu/atmega32u4/include/atmega_pcint.h index 4e536b762a6e..b1e419953fba 100644 --- a/cpu/atmega32u4/include/atmega_pcint.h +++ b/cpu/atmega32u4/include/atmega_pcint.h @@ -1,6 +1,5 @@ #pragma once - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atmega32u4/include/default_timer_config.h b/cpu/atmega32u4/include/default_timer_config.h index 895eab72bf80..09ea10e3fe51 100644 --- a/cpu/atmega32u4/include/default_timer_config.h +++ b/cpu/atmega32u4/include/default_timer_config.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atmega32u4/include/periph_cpu.h b/cpu/atmega32u4/include/periph_cpu.h index 8bc52d940070..17ba75af7ede 100644 --- a/cpu/atmega32u4/include/periph_cpu.h +++ b/cpu/atmega32u4/include/periph_cpu.h @@ -19,7 +19,6 @@ * */ - #include "periph_cpu_common.h" #ifdef __cplusplus diff --git a/cpu/atmega8/include/cpu_conf.h b/cpu/atmega8/include/cpu_conf.h index dcb08769b98d..c8b22d949aaa 100644 --- a/cpu/atmega8/include/cpu_conf.h +++ b/cpu/atmega8/include/cpu_conf.h @@ -26,7 +26,6 @@ * @author Hugues Larrive */ - #include "atmega_regs_common.h" #ifdef __cplusplus diff --git a/cpu/atmega8/include/default_timer_config.h b/cpu/atmega8/include/default_timer_config.h index fb7a2725cd4d..37beab7453fe 100644 --- a/cpu/atmega8/include/default_timer_config.h +++ b/cpu/atmega8/include/default_timer_config.h @@ -22,7 +22,6 @@ * @author Hugues Larrive */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atmega8/include/periph_cpu.h b/cpu/atmega8/include/periph_cpu.h index 934129c8786e..44d25ad81e23 100644 --- a/cpu/atmega8/include/periph_cpu.h +++ b/cpu/atmega8/include/periph_cpu.h @@ -22,7 +22,6 @@ * @author Hugues Larrive */ - #include "periph_cpu_common.h" #ifdef __cplusplus diff --git a/cpu/atmega_common/include/atmega_regs_common.h b/cpu/atmega_common/include/atmega_regs_common.h index f8f84c4fb403..c2b4bb0ddbb1 100644 --- a/cpu/atmega_common/include/atmega_regs_common.h +++ b/cpu/atmega_common/include/atmega_regs_common.h @@ -25,7 +25,6 @@ * */ - #include #include diff --git a/cpu/atmega_common/include/cpu_clock.h b/cpu/atmega_common/include/cpu_clock.h index 73a20867bc75..81952f14e911 100644 --- a/cpu/atmega_common/include/cpu_clock.h +++ b/cpu/atmega_common/include/cpu_clock.h @@ -31,7 +31,6 @@ * */ - #include #ifdef __cplusplus diff --git a/cpu/atmega_common/include/cpu_conf.h b/cpu/atmega_common/include/cpu_conf.h index e1eddc56ce4b..8d0faba47a18 100644 --- a/cpu/atmega_common/include/cpu_conf.h +++ b/cpu/atmega_common/include/cpu_conf.h @@ -24,7 +24,6 @@ * @author Matthew Blue */ - #include "atmega_regs_common.h" #ifdef __cplusplus diff --git a/cpu/atmega_common/include/gpio_ll_arch.h b/cpu/atmega_common/include/gpio_ll_arch.h index be590570aacc..e8ec1bf1f149 100644 --- a/cpu/atmega_common/include/gpio_ll_arch.h +++ b/cpu/atmega_common/include/gpio_ll_arch.h @@ -22,7 +22,6 @@ * @author Hauke Petersen */ - #include #include "cpu.h" diff --git a/cpu/atmega_common/include/periph_cpu_common.h b/cpu/atmega_common/include/periph_cpu_common.h index 140b2d7041df..9d62f9cb6b11 100644 --- a/cpu/atmega_common/include/periph_cpu_common.h +++ b/cpu/atmega_common/include/periph_cpu_common.h @@ -24,7 +24,6 @@ * @author Hugues Larrive */ - #include "cpu.h" #ifdef __cplusplus diff --git a/cpu/atxmega/include/cpu_clock.h b/cpu/atxmega/include/cpu_clock.h index 856a5cf0bc83..79d526f5a63d 100644 --- a/cpu/atxmega/include/cpu_clock.h +++ b/cpu/atxmega/include/cpu_clock.h @@ -23,7 +23,6 @@ * */ - #include #ifdef __cplusplus diff --git a/cpu/atxmega/include/cpu_conf.h b/cpu/atxmega/include/cpu_conf.h index dcc2933c7227..4ff0a5e656ee 100644 --- a/cpu/atxmega/include/cpu_conf.h +++ b/cpu/atxmega/include/cpu_conf.h @@ -18,7 +18,6 @@ * @author Gerson Fernando Budke */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atxmega/include/cpu_ebi.h b/cpu/atxmega/include/cpu_ebi.h index 0d26fdc1fdd1..a2a9fc49b807 100644 --- a/cpu/atxmega/include/cpu_ebi.h +++ b/cpu/atxmega/include/cpu_ebi.h @@ -20,7 +20,6 @@ #include "periph_cpu.h" - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atxmega/include/cpu_nvm.h b/cpu/atxmega/include/cpu_nvm.h index afaab2be3d5c..fa8909b7f5fa 100644 --- a/cpu/atxmega/include/cpu_nvm.h +++ b/cpu/atxmega/include/cpu_nvm.h @@ -17,7 +17,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atxmega/include/cpu_pm.h b/cpu/atxmega/include/cpu_pm.h index b2b7c5f36c7e..fcca3edebe0c 100644 --- a/cpu/atxmega/include/cpu_pm.h +++ b/cpu/atxmega/include/cpu_pm.h @@ -24,7 +24,6 @@ #include "periph_cpu.h" - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/atxmega/include/periph_cpu.h b/cpu/atxmega/include/periph_cpu.h index fbb5e1d2ae08..7336b9bc7666 100644 --- a/cpu/atxmega/include/periph_cpu.h +++ b/cpu/atxmega/include/periph_cpu.h @@ -18,7 +18,6 @@ * @author Gerson Fernando Budke */ - #include #ifdef __cplusplus diff --git a/cpu/avr8_common/avr_libc_extra/include/strings.h b/cpu/avr8_common/avr_libc_extra/include/strings.h index 731e2c9d1dce..69a23d71cc76 100644 --- a/cpu/avr8_common/avr_libc_extra/include/strings.h +++ b/cpu/avr8_common/avr_libc_extra/include/strings.h @@ -24,7 +24,6 @@ #include - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/avr8_common/include/architecture_arch.h b/cpu/avr8_common/include/architecture_arch.h index 2ea2850b7477..81756ecdded8 100644 --- a/cpu/avr8_common/include/architecture_arch.h +++ b/cpu/avr8_common/include/architecture_arch.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/avr8_common/include/cpu.h b/cpu/avr8_common/include/cpu.h index 4172d2ce4bd2..2f32e1efbb2e 100644 --- a/cpu/avr8_common/include/cpu.h +++ b/cpu/avr8_common/include/cpu.h @@ -31,7 +31,6 @@ * */ - #include #include diff --git a/cpu/avr8_common/include/flash_utils_arch.h b/cpu/avr8_common/include/flash_utils_arch.h index 40f0480bd121..e6e219a82158 100644 --- a/cpu/avr8_common/include/flash_utils_arch.h +++ b/cpu/avr8_common/include/flash_utils_arch.h @@ -19,7 +19,6 @@ * */ - #include #include #include @@ -61,7 +60,6 @@ static inline char * flash_strncpy(char *ram, FLASH_ATTR const char *flash, size return strncpy_P(ram, (const char *)flash, n); } - static inline int flash_vprintf(FLASH_ATTR const char *flash, va_list args) { /* vprintf_P() is not provided by avr-libc. But vfprintf_P() with diff --git a/cpu/avr8_common/include/irq_arch.h b/cpu/avr8_common/include/irq_arch.h index 757aaf5e8ba6..2e72d615dcc4 100644 --- a/cpu/avr8_common/include/irq_arch.h +++ b/cpu/avr8_common/include/irq_arch.h @@ -26,7 +26,6 @@ * */ - #include #include #include diff --git a/cpu/avr8_common/include/states_internal.h b/cpu/avr8_common/include/states_internal.h index e84c152cf82b..45577fc5244f 100644 --- a/cpu/avr8_common/include/states_internal.h +++ b/cpu/avr8_common/include/states_internal.h @@ -19,7 +19,6 @@ * */ - #include #ifdef __cplusplus diff --git a/cpu/avr8_common/include/thread_arch.h b/cpu/avr8_common/include/thread_arch.h index c0a59bed63d1..57a3a43efa68 100644 --- a/cpu/avr8_common/include/thread_arch.h +++ b/cpu/avr8_common/include/thread_arch.h @@ -19,7 +19,6 @@ * @author Koen Zandberg */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/cc2538/include/cc2538.h b/cpu/cc2538/include/cc2538.h index 6ba88d9325ff..e315775e8fca 100644 --- a/cpu/cc2538/include/cc2538.h +++ b/cpu/cc2538/include/cc2538.h @@ -18,7 +18,6 @@ * @author Ian Martin */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/cc2538/include/cc2538_eui_primary.h b/cpu/cc2538/include/cc2538_eui_primary.h index bfb2801c13f3..2c1a70f8d40d 100644 --- a/cpu/cc2538/include/cc2538_eui_primary.h +++ b/cpu/cc2538/include/cc2538_eui_primary.h @@ -18,7 +18,6 @@ * @author Benjamin Valentin */ - #include "net/eui64.h" #ifdef __cplusplus diff --git a/cpu/cc2538/include/cc2538_gpio.h b/cpu/cc2538/include/cc2538_gpio.h index 539c9ccaec3b..221784a8e778 100644 --- a/cpu/cc2538/include/cc2538_gpio.h +++ b/cpu/cc2538/include/cc2538_gpio.h @@ -23,7 +23,6 @@ * @{ */ - #include #include "cc2538.h" @@ -344,6 +343,5 @@ typedef struct { } /* end extern "C" */ #endif - /** @} */ /** @} */ diff --git a/cpu/cc2538/include/cc2538_gptimer.h b/cpu/cc2538/include/cc2538_gptimer.h index 2018dc913e04..237a6d3f92af 100644 --- a/cpu/cc2538/include/cc2538_gptimer.h +++ b/cpu/cc2538/include/cc2538_gptimer.h @@ -21,7 +21,6 @@ * @author Sebastian Meiling */ - #include #include "cc2538.h" diff --git a/cpu/cc2538/include/cc2538_rf.h b/cpu/cc2538/include/cc2538_rf.h index 6056a44aa900..9551ac2c9a72 100644 --- a/cpu/cc2538/include/cc2538_rf.h +++ b/cpu/cc2538/include/cc2538_rf.h @@ -21,7 +21,6 @@ * @author Ian Martin */ - #include #include "board.h" diff --git a/cpu/cc2538/include/cc2538_rf_internal.h b/cpu/cc2538/include/cc2538_rf_internal.h index e4b2dbdd6a0c..07bce8e7dda7 100644 --- a/cpu/cc2538/include/cc2538_rf_internal.h +++ b/cpu/cc2538/include/cc2538_rf_internal.h @@ -19,7 +19,6 @@ * @author Aaron Sowry */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/cc2538/include/cc2538_rfcore.h b/cpu/cc2538/include/cc2538_rfcore.h index 447d11ff8992..75715dc2f1b7 100644 --- a/cpu/cc2538/include/cc2538_rfcore.h +++ b/cpu/cc2538/include/cc2538_rfcore.h @@ -20,7 +20,6 @@ * */ - #include "cc2538.h" #ifdef __cplusplus diff --git a/cpu/cc2538/include/cc2538_soc_adc.h b/cpu/cc2538/include/cc2538_soc_adc.h index 259445814fd4..dfc68f1f92f7 100644 --- a/cpu/cc2538/include/cc2538_soc_adc.h +++ b/cpu/cc2538/include/cc2538_soc_adc.h @@ -21,7 +21,6 @@ * @author Sebastian Meiling */ - #include "cc2538.h" #ifdef __cplusplus @@ -47,5 +46,4 @@ typedef struct { } /* end extern "C" */ #endif - /** @} */ diff --git a/cpu/cc2538/include/cc2538_ssi.h b/cpu/cc2538/include/cc2538_ssi.h index c3dbdacd8488..b4bdf0efe269 100644 --- a/cpu/cc2538/include/cc2538_ssi.h +++ b/cpu/cc2538/include/cc2538_ssi.h @@ -19,7 +19,6 @@ * @author Sebastian Meiling */ - #include "cc2538.h" #ifdef __cplusplus diff --git a/cpu/cc2538/include/cc2538_sys_ctrl.h b/cpu/cc2538/include/cc2538_sys_ctrl.h index a33f62967abf..cd9512370a86 100644 --- a/cpu/cc2538/include/cc2538_sys_ctrl.h +++ b/cpu/cc2538/include/cc2538_sys_ctrl.h @@ -19,7 +19,6 @@ * @author Ian Martin */ - #include "cc2538.h" #ifdef __cplusplus @@ -160,5 +159,4 @@ typedef struct { } /* end extern "C" */ #endif - /** @} */ diff --git a/cpu/cc2538/include/cc2538_uart.h b/cpu/cc2538/include/cc2538_uart.h index e88737dd2a04..f0d5b7e6f96c 100644 --- a/cpu/cc2538/include/cc2538_uart.h +++ b/cpu/cc2538/include/cc2538_uart.h @@ -19,7 +19,6 @@ * @author Ian Martin */ - #include "cc2538.h" #ifdef __cplusplus diff --git a/cpu/cc2538/include/cpu_conf.h b/cpu/cc2538/include/cpu_conf.h index 33e5429aa498..06a6807b560a 100644 --- a/cpu/cc2538/include/cpu_conf.h +++ b/cpu/cc2538/include/cpu_conf.h @@ -18,7 +18,6 @@ * @author Ian Martin */ - #include "kernel_defines.h" #include "cpu_conf_common.h" #include "cc2538.h" diff --git a/cpu/cc2538/include/openwsn_defs.h b/cpu/cc2538/include/openwsn_defs.h index 1a1fef2b5e8e..50c12daba727 100644 --- a/cpu/cc2538/include/openwsn_defs.h +++ b/cpu/cc2538/include/openwsn_defs.h @@ -18,7 +18,6 @@ * @author Francisco Molina */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/cc2538/include/periph_cpu.h b/cpu/cc2538/include/periph_cpu.h index 303edc19136f..0b136c195bb1 100644 --- a/cpu/cc2538/include/periph_cpu.h +++ b/cpu/cc2538/include/periph_cpu.h @@ -20,7 +20,6 @@ * @author Sebastian Meiling */ - #include #include diff --git a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux.h b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux.h index 8a08fe783eb1..89315042de28 100644 --- a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux.h +++ b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux.h @@ -16,7 +16,6 @@ * @brief CC26x0/CC13x0 AUX register definitions */ - #include #include "cc26xx_cc13xx.h" diff --git a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_fcfg.h b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_fcfg.h index c66791c175fa..f83b7ffa9ddc 100644 --- a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_fcfg.h +++ b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_fcfg.h @@ -16,7 +16,6 @@ * @brief CC26x0/CC13x0 FCFG register definitions */ - #include #ifdef __cplusplus diff --git a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm.h b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm.h index d94349a91a28..98a8e7c79894 100644 --- a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm.h +++ b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm.h @@ -16,7 +16,6 @@ * @brief CC26x0/CC13x0 PRCM register definitions */ - #include #ifdef __cplusplus diff --git a/cpu/cc26x0_cc13x0/include/cpu_conf.h b/cpu/cc26x0_cc13x0/include/cpu_conf.h index f5ce022bdcc0..b923ee00ec44 100644 --- a/cpu/cc26x0_cc13x0/include/cpu_conf.h +++ b/cpu/cc26x0_cc13x0/include/cpu_conf.h @@ -20,7 +20,6 @@ * */ - #ifndef SET_MODE_CONF_1_ALT_DCDC_IPEAK #define SET_MODE_CONF_1_ALT_DCDC_IPEAK 0x2 /**< 32 mA */ #endif diff --git a/cpu/cc26x0_cc13x0/include/periph_cpu.h b/cpu/cc26x0_cc13x0/include/periph_cpu.h index acb3002e2b51..50e981018124 100644 --- a/cpu/cc26x0_cc13x0/include/periph_cpu.h +++ b/cpu/cc26x0_cc13x0/include/periph_cpu.h @@ -18,7 +18,6 @@ * @author Leon M. George */ - #include "periph_cpu_common.h" #ifdef __cplusplus diff --git a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_aux.h b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_aux.h index b35d40d04b36..0f40fce3aeb7 100644 --- a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_aux.h +++ b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_aux.h @@ -17,7 +17,6 @@ * @brief CC26x2, CC13x2 AUX register definitions */ - #include #include "cc26xx_cc13xx.h" @@ -477,5 +476,4 @@ typedef struct { } /* end extern "C" */ #endif - /** @}*/ diff --git a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_fcfg.h b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_fcfg.h index bb2934460755..dd25d5f1b925 100644 --- a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_fcfg.h +++ b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_fcfg.h @@ -16,7 +16,6 @@ * @brief CC26x2, CC13x2 FCFG register definitions */ - #include #ifdef __cplusplus @@ -157,5 +156,4 @@ typedef struct { } /* end extern "C" */ #endif - /** @} */ diff --git a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_prcm.h b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_prcm.h index 83942595595a..6781e5ff3c23 100644 --- a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_prcm.h +++ b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_prcm.h @@ -16,7 +16,6 @@ * @brief CC26x2, CC13x2 PRCM register definitions */ - #include #ifdef __cplusplus diff --git a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_setup.h b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_setup.h index dce4b6f121b5..672149095392 100644 --- a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_setup.h +++ b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_setup.h @@ -16,7 +16,6 @@ * @brief CC26x2/CC13x2 Device setup functions */ - #include #ifdef __cplusplus diff --git a/cpu/cc26x2_cc13x2/include/cpu_conf.h b/cpu/cc26x2_cc13x2/include/cpu_conf.h index 4f1514e47008..fcb7524de52c 100644 --- a/cpu/cc26x2_cc13x2/include/cpu_conf.h +++ b/cpu/cc26x2_cc13x2/include/cpu_conf.h @@ -20,7 +20,6 @@ * */ - #ifndef SET_MODE_CONF_1_ALT_DCDC_IPEAK #define SET_MODE_CONF_1_ALT_DCDC_IPEAK 0x2 /**< 12 mA */ #endif diff --git a/cpu/cc26x2_cc13x2/include/periph_cpu.h b/cpu/cc26x2_cc13x2/include/periph_cpu.h index 69ab6ced64d8..341983b0e574 100644 --- a/cpu/cc26x2_cc13x2/include/periph_cpu.h +++ b/cpu/cc26x2_cc13x2/include/periph_cpu.h @@ -18,7 +18,6 @@ * @author Leon M. George */ - #include "periph_cpu_common.h" #ifdef __cplusplus diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h index a03ad5f54f8b..ea5d6230a61a 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h @@ -19,7 +19,6 @@ * @author Anton Gerasimov */ - #include #ifdef __cplusplus diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_adi.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_adi.h index 1ef5a969f65e..ab388a7472cf 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_adi.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_adi.h @@ -18,7 +18,6 @@ * @author Jean Pierre Dudey */ - #include "cc26xx_cc13xx.h" #ifdef __cplusplus diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ccfg.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ccfg.h index 983a6b44cd20..fa0a1dff4a40 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ccfg.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ccfg.h @@ -16,7 +16,6 @@ * @brief CC26xx/CC13xx CCFG register definitions */ - #include #ifdef __cplusplus @@ -164,5 +163,4 @@ typedef struct { } /* end extern "C" */ #endif - /** @} */ diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpio.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpio.h index 21ec94c4f9e7..e11499df4e2b 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpio.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpio.h @@ -19,7 +19,6 @@ * */ - #include "cc26xx_cc13xx.h" #ifdef __cplusplus @@ -59,5 +58,4 @@ typedef struct { } /* end extern "C" */ #endif - /** @} */ diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpt.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpt.h index 347b6d954f25..6cbf5771d91d 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpt.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpt.h @@ -18,7 +18,6 @@ * @author Leon George */ - #include "cc26xx_cc13xx.h" #ifdef __cplusplus diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_hard_api.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_hard_api.h index 6d27ae0764a4..fa2d7a430b7f 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_hard_api.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_hard_api.h @@ -18,7 +18,6 @@ * @author Jean Pierre Dudey */ - #include "cc26xx_cc13xx.h" #ifdef __cplusplus diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_i2c.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_i2c.h index 7fef616cd83b..0ef69aebac5c 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_i2c.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_i2c.h @@ -18,7 +18,6 @@ * @author Leon George */ - #include "cc26xx_cc13xx.h" #ifdef __cplusplus diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc.h index 747550ec2776..0d2bcb745d68 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc.h @@ -18,7 +18,6 @@ * @author Leon George */ - #include "cc26xx_cc13xx.h" #ifdef __cplusplus diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_power.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_power.h index d7d1fd15783a..e6da6c983e81 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_power.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_power.h @@ -18,7 +18,6 @@ * @author Jean Pierre Dudey */ - #include #include diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc.h index e48886d774a4..61fcac4a45bf 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc.h @@ -18,7 +18,6 @@ * @author Jean Pierre Dudey */ - #include "cc26xx_cc13xx.h" #ifdef __cplusplus diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_uart.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_uart.h index 28b44aa379ef..3adf7aaa5c32 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_uart.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_uart.h @@ -17,7 +17,6 @@ * */ - #include "cc26xx_cc13xx.h" #ifdef __cplusplus diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims.h index fdd1c577384c..a1ebe9ee0a3e 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims.h @@ -16,7 +16,6 @@ * @brief CC26xx/CC13xx VIMS register definitions */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_wdt.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_wdt.h index 676107a8294c..cf4ef6a8c0da 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_wdt.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_wdt.h @@ -16,7 +16,6 @@ * @brief CC26xx/CC13xx WDT register definitions */ - #include #ifdef __cplusplus diff --git a/cpu/cc26xx_cc13xx/include/cpu_conf_cc26xx_cc13xx.h b/cpu/cc26xx_cc13xx/include/cpu_conf_cc26xx_cc13xx.h index 610f4dcb199e..352003727630 100644 --- a/cpu/cc26xx_cc13xx/include/cpu_conf_cc26xx_cc13xx.h +++ b/cpu/cc26xx_cc13xx/include/cpu_conf_cc26xx_cc13xx.h @@ -20,7 +20,6 @@ * @author Jean Pierre Dudey */ - #include "kernel_defines.h" #include "cpu_conf_common.h" diff --git a/cpu/cc26xx_cc13xx/include/periph_cpu_common.h b/cpu/cc26xx_cc13xx/include/periph_cpu_common.h index 63b6cf49de86..eaea504d9d57 100644 --- a/cpu/cc26xx_cc13xx/include/periph_cpu_common.h +++ b/cpu/cc26xx_cc13xx/include/periph_cpu_common.h @@ -18,7 +18,6 @@ * @author Leon M. George */ - #include "cpu.h" #ifdef __cplusplus diff --git a/cpu/cortexm_common/include/architecture_arch.h b/cpu/cortexm_common/include/architecture_arch.h index a4ffaf9a0e49..389b271e6bda 100644 --- a/cpu/cortexm_common/include/architecture_arch.h +++ b/cpu/cortexm_common/include/architecture_arch.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/cortexm_common/include/cpu.h b/cpu/cortexm_common/include/cpu.h index 6266f3fc6666..b68128d506f9 100644 --- a/cpu/cortexm_common/include/cpu.h +++ b/cpu/cortexm_common/include/cpu.h @@ -29,7 +29,6 @@ * @todo remove include irq.h once core was adjusted */ - #include "irq.h" #include "sched.h" #include "thread.h" diff --git a/cpu/cortexm_common/include/cpu_conf_common.h b/cpu/cortexm_common/include/cpu_conf_common.h index 8a0a91ece91e..6bd2b7ab33fc 100644 --- a/cpu/cortexm_common/include/cpu_conf_common.h +++ b/cpu/cortexm_common/include/cpu_conf_common.h @@ -18,7 +18,6 @@ * @author Kaspar Schleiser */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/cortexm_common/include/irq_arch.h b/cpu/cortexm_common/include/irq_arch.h index f47ddec8025f..9efd39d5946c 100644 --- a/cpu/cortexm_common/include/irq_arch.h +++ b/cpu/cortexm_common/include/irq_arch.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include #include #include "cpu_conf.h" diff --git a/cpu/cortexm_common/include/mpu.h b/cpu/cortexm_common/include/mpu.h index 545b1df35980..db58c5cb30e3 100644 --- a/cpu/cortexm_common/include/mpu.h +++ b/cpu/cortexm_common/include/mpu.h @@ -20,7 +20,6 @@ * @} */ - #include #include diff --git a/cpu/cortexm_common/include/thread_arch.h b/cpu/cortexm_common/include/thread_arch.h index 9ea625440538..7b67b0a87b1c 100644 --- a/cpu/cortexm_common/include/thread_arch.h +++ b/cpu/cortexm_common/include/thread_arch.h @@ -19,7 +19,6 @@ * @author Koen Zandberg */ - #include "cpu_conf.h" #ifdef __cplusplus diff --git a/cpu/cortexm_common/include/vectors_cortexm.h b/cpu/cortexm_common/include/vectors_cortexm.h index 12be6cf0a07b..d28461875b22 100644 --- a/cpu/cortexm_common/include/vectors_cortexm.h +++ b/cpu/cortexm_common/include/vectors_cortexm.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/efm32/include/cpu_conf.h b/cpu/efm32/include/cpu_conf.h index 198640a21b31..670b72cc9d60 100644 --- a/cpu/efm32/include/cpu_conf.h +++ b/cpu/efm32/include/cpu_conf.h @@ -19,7 +19,6 @@ * @author Bas Stottelaar */ - #include "cpu_conf_common.h" #include "em_device.h" diff --git a/cpu/efm32/include/drivers/coretemp.h b/cpu/efm32/include/drivers/coretemp.h index 923547f71305..2caf99029d13 100644 --- a/cpu/efm32/include/drivers/coretemp.h +++ b/cpu/efm32/include/drivers/coretemp.h @@ -32,7 +32,6 @@ * @author Bas Stottelaar */ - #include #ifdef __cplusplus diff --git a/cpu/efm32/include/gpio_ll_arch.h b/cpu/efm32/include/gpio_ll_arch.h index 1217f3ff1b7d..f33cbde89a70 100644 --- a/cpu/efm32/include/gpio_ll_arch.h +++ b/cpu/efm32/include/gpio_ll_arch.h @@ -36,7 +36,6 @@ * @author Christian Amsüss */ - #include "cpu.h" #include "periph_cpu.h" diff --git a/cpu/efm32/include/periph_cpu.h b/cpu/efm32/include/periph_cpu.h index e6830ef627b8..1c22c037ed34 100644 --- a/cpu/efm32/include/periph_cpu.h +++ b/cpu/efm32/include/periph_cpu.h @@ -19,7 +19,6 @@ * @author Bas Stottelaar */ - #include "kernel_defines.h" #include "mutex.h" @@ -64,7 +63,6 @@ typedef struct { CMU_ClkDiv_TypeDef div; /**< Divisor */ } clk_div_t; - /** * @brief Length of CPU ID in octets. */ diff --git a/cpu/esp32/bootloader/sdkconfig.h b/cpu/esp32/bootloader/sdkconfig.h index 9ee739b8328f..9d166948138c 100644 --- a/cpu/esp32/bootloader/sdkconfig.h +++ b/cpu/esp32/bootloader/sdkconfig.h @@ -26,7 +26,6 @@ * @author iosabi */ - #ifndef DOXYGEN #include "esp_idf_ver.h" diff --git a/cpu/esp32/bootloader/sdkconfig_default_common.h b/cpu/esp32/bootloader/sdkconfig_default_common.h index c122fee08624..203ffc090f48 100644 --- a/cpu/esp32/bootloader/sdkconfig_default_common.h +++ b/cpu/esp32/bootloader/sdkconfig_default_common.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #ifndef DOXYGEN #ifdef __cplusplus diff --git a/cpu/esp32/bootloader/sdkconfig_default_esp32.h b/cpu/esp32/bootloader/sdkconfig_default_esp32.h index cdfd2fce56cb..5897cdd34dd1 100644 --- a/cpu/esp32/bootloader/sdkconfig_default_esp32.h +++ b/cpu/esp32/bootloader/sdkconfig_default_esp32.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #ifndef DOXYGEN #ifdef __cplusplus diff --git a/cpu/esp32/bootloader/sdkconfig_default_esp32c3.h b/cpu/esp32/bootloader/sdkconfig_default_esp32c3.h index e828f514e0d5..4b4003bfe4ca 100644 --- a/cpu/esp32/bootloader/sdkconfig_default_esp32c3.h +++ b/cpu/esp32/bootloader/sdkconfig_default_esp32c3.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #ifndef DOXYGEN #ifdef __cplusplus diff --git a/cpu/esp32/bootloader/sdkconfig_default_esp32s2.h b/cpu/esp32/bootloader/sdkconfig_default_esp32s2.h index b7c79c7ee101..9c9dc5d26393 100644 --- a/cpu/esp32/bootloader/sdkconfig_default_esp32s2.h +++ b/cpu/esp32/bootloader/sdkconfig_default_esp32s2.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #ifndef DOXYGEN #ifdef __cplusplus diff --git a/cpu/esp32/bootloader/sdkconfig_default_esp32s3.h b/cpu/esp32/bootloader/sdkconfig_default_esp32s3.h index 62f70d0f73c6..69995fdf62b9 100644 --- a/cpu/esp32/bootloader/sdkconfig_default_esp32s3.h +++ b/cpu/esp32/bootloader/sdkconfig_default_esp32s3.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #ifndef DOXYGEN #ifdef __cplusplus diff --git a/cpu/esp32/esp-eth/esp_eth_netdev.h b/cpu/esp32/esp-eth/esp_eth_netdev.h index bbcb3aa2f067..ea7ae0dde6f1 100644 --- a/cpu/esp32/esp-eth/esp_eth_netdev.h +++ b/cpu/esp32/esp-eth/esp_eth_netdev.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #include #include "mutex.h" diff --git a/cpu/esp32/esp-eth/esp_eth_params.h b/cpu/esp32/esp-eth/esp_eth_params.h index d17ccefd52c7..df2c0ac87e9b 100644 --- a/cpu/esp32/esp-eth/esp_eth_params.h +++ b/cpu/esp32/esp-eth/esp_eth_params.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #if defined(MODULE_ESP_ETH) || defined(DOXYGEN) /** diff --git a/cpu/esp32/esp-idf/include/driver/gpio.h b/cpu/esp32/esp-idf/include/driver/gpio.h index bd31b60acc29..baa7501adf7f 100644 --- a/cpu/esp32/esp-idf/include/driver/gpio.h +++ b/cpu/esp32/esp-idf/include/driver/gpio.h @@ -1,6 +1,5 @@ #pragma once - #ifdef ESP_IDF_CODE #include_next "driver/gpio.h" diff --git a/cpu/esp32/esp-idf/include/log/esp_log.h b/cpu/esp32/esp-idf/include/log/esp_log.h index 39336f607054..60b70d1efc62 100644 --- a/cpu/esp32/esp-idf/include/log/esp_log.h +++ b/cpu/esp32/esp-idf/include/log/esp_log.h @@ -19,7 +19,6 @@ * @} */ - #ifndef DOXYGEN /* Hide implementation details from doxygen */ #ifdef __cplusplus @@ -90,7 +89,6 @@ extern "C" { #endif - #endif /* defined(RIOT_VERSION) */ #ifdef __cplusplus diff --git a/cpu/esp32/include/adc_arch.h b/cpu/esp32/include/adc_arch.h index 3815d16e5047..11acd1a89a12 100644 --- a/cpu/esp32/include/adc_arch.h +++ b/cpu/esp32/include/adc_arch.h @@ -26,7 +26,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/esp32/include/adc_arch_private.h b/cpu/esp32/include/adc_arch_private.h index 559e5d17456b..d7c70b3e3e0b 100644 --- a/cpu/esp32/include/adc_arch_private.h +++ b/cpu/esp32/include/adc_arch_private.h @@ -19,7 +19,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/esp32/include/can_esp.h b/cpu/esp32/include/can_esp.h index 3281d750289a..f4941bdae2ca 100644 --- a/cpu/esp32/include/can_esp.h +++ b/cpu/esp32/include/can_esp.h @@ -44,7 +44,6 @@ * @file */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/esp32/include/can_params.h b/cpu/esp32/include/can_params.h index 6d568eb1bf9f..e2ede246c79c 100644 --- a/cpu/esp32/include/can_params.h +++ b/cpu/esp32/include/can_params.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/esp32/include/cpu_conf.h b/cpu/esp32/include/cpu_conf.h index bf25701c5e5a..1ee5a1c1c110 100644 --- a/cpu/esp32/include/cpu_conf.h +++ b/cpu/esp32/include/cpu_conf.h @@ -21,7 +21,6 @@ * @author Gunar Schorcht */ - #if !defined(__ASSEMBLER__) #include #endif diff --git a/cpu/esp32/include/cpu_conf_esp32.h b/cpu/esp32/include/cpu_conf_esp32.h index 43375743f232..d34bcd35b0ee 100644 --- a/cpu/esp32/include/cpu_conf_esp32.h +++ b/cpu/esp32/include/cpu_conf_esp32.h @@ -20,7 +20,6 @@ * @author Gunar Schorcht */ - /** Number of DRAM sections that can be used as heap. */ #define NUM_HEAPS (4) diff --git a/cpu/esp32/include/cpu_conf_esp32c3.h b/cpu/esp32/include/cpu_conf_esp32c3.h index 6ace2ebb5917..65b8b3933f14 100644 --- a/cpu/esp32/include/cpu_conf_esp32c3.h +++ b/cpu/esp32/include/cpu_conf_esp32c3.h @@ -20,7 +20,6 @@ * @author Gunar Schorcht */ - #ifndef ESP_ISR_STACKSIZE /** Stack size used in interrupt context */ #define ESP_ISR_STACKSIZE (THREAD_STACKSIZE_DEFAULT) diff --git a/cpu/esp32/include/cpu_conf_esp32s2.h b/cpu/esp32/include/cpu_conf_esp32s2.h index 93aa8c18162d..158a061c61c9 100644 --- a/cpu/esp32/include/cpu_conf_esp32s2.h +++ b/cpu/esp32/include/cpu_conf_esp32s2.h @@ -20,7 +20,6 @@ * @author Gunar Schorcht */ - #ifndef ESP_ISR_STACKSIZE /** Stack size used in interrupt context */ #define ESP_ISR_STACKSIZE (THREAD_STACKSIZE_DEFAULT) diff --git a/cpu/esp32/include/cpu_conf_esp32s3.h b/cpu/esp32/include/cpu_conf_esp32s3.h index e79837975ad8..6bef175c8cf4 100644 --- a/cpu/esp32/include/cpu_conf_esp32s3.h +++ b/cpu/esp32/include/cpu_conf_esp32s3.h @@ -20,7 +20,6 @@ * @author Gunar Schorcht */ - #ifndef ESP_ISR_STACKSIZE /** Stack size used in interrupt context */ #define ESP_ISR_STACKSIZE (THREAD_STACKSIZE_DEFAULT) diff --git a/cpu/esp32/include/esp_ble_nimble/syscfg/syscfg.h b/cpu/esp32/include/esp_ble_nimble/syscfg/syscfg.h index 0fd29a6a34bf..c42c1287cb32 100644 --- a/cpu/esp32/include/esp_ble_nimble/syscfg/syscfg.h +++ b/cpu/esp32/include/esp_ble_nimble/syscfg/syscfg.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #if !DOXYGEN /* disable native transport mechanism and enable the custom transport mechanism */ diff --git a/cpu/esp32/include/esp_idf_api/gpio.h b/cpu/esp32/include/esp_idf_api/gpio.h index fb44571f8480..ef255d7997f6 100644 --- a/cpu/esp32/include/esp_idf_api/gpio.h +++ b/cpu/esp32/include/esp_idf_api/gpio.h @@ -19,7 +19,6 @@ * @} */ - #include "esp_err.h" #include "hal/gpio_types.h" diff --git a/cpu/esp32/include/esp_idf_api/uart.h b/cpu/esp32/include/esp_idf_api/uart.h index 2fa5c39b9e73..45017995086b 100644 --- a/cpu/esp32/include/esp_idf_api/uart.h +++ b/cpu/esp32/include/esp_idf_api/uart.h @@ -19,7 +19,6 @@ * @} */ - #ifndef DOXYGEN /* Hide implementation details from doxygen */ #ifdef __cplusplus diff --git a/cpu/esp32/include/freertos/FreeRTOSConfig.h b/cpu/esp32/include/freertos/FreeRTOSConfig.h index cdcf86bc4af3..d822f993175a 100644 --- a/cpu/esp32/include/freertos/FreeRTOSConfig.h +++ b/cpu/esp32/include/freertos/FreeRTOSConfig.h @@ -21,7 +21,6 @@ #include "sdkconfig.h" - #ifndef DOXYGEN #ifdef __cplusplus diff --git a/cpu/esp32/include/gpio_arch.h b/cpu/esp32/include/gpio_arch.h index ec5e631c14e1..61e5c7566074 100644 --- a/cpu/esp32/include/gpio_arch.h +++ b/cpu/esp32/include/gpio_arch.h @@ -19,7 +19,6 @@ * @} */ - #include #include "gpio_arch_common.h" diff --git a/cpu/esp32/include/gpio_ll_arch.h b/cpu/esp32/include/gpio_ll_arch.h index 0acb15228531..11e6fa210430 100644 --- a/cpu/esp32/include/gpio_ll_arch.h +++ b/cpu/esp32/include/gpio_ll_arch.h @@ -20,7 +20,6 @@ * @} */ - #include "gpio_arch.h" #include "irq.h" #include "soc/gpio_reg.h" diff --git a/cpu/esp32/include/irq_arch.h b/cpu/esp32/include/irq_arch.h index bb7db192854f..40aa23992e14 100644 --- a/cpu/esp32/include/irq_arch.h +++ b/cpu/esp32/include/irq_arch.h @@ -20,7 +20,6 @@ * @} */ - #include "irq_arch_common.h" #ifdef __cplusplus diff --git a/cpu/esp32/include/newlib.h b/cpu/esp32/include/newlib.h index 28760acb7686..6a2b798fcc78 100644 --- a/cpu/esp32/include/newlib.h +++ b/cpu/esp32/include/newlib.h @@ -22,7 +22,6 @@ * toolchains, ESP32x toolchains don't use different `newlib.h` versions. */ - #include "kernel_defines.h" #ifndef DOXYGEN diff --git a/cpu/esp32/include/periph_cpu.h b/cpu/esp32/include/periph_cpu.h index 23d3489ee5b2..694ef0f08f28 100644 --- a/cpu/esp32/include/periph_cpu.h +++ b/cpu/esp32/include/periph_cpu.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #include #include #include "sdkconfig.h" diff --git a/cpu/esp32/include/periph_cpu_esp32.h b/cpu/esp32/include/periph_cpu_esp32.h index b6cc1140f902..3100fb7e0625 100644 --- a/cpu/esp32/include/periph_cpu_esp32.h +++ b/cpu/esp32/include/periph_cpu_esp32.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #include "sdkconfig.h" #ifdef __cplusplus diff --git a/cpu/esp32/include/periph_cpu_esp32c3.h b/cpu/esp32/include/periph_cpu_esp32c3.h index 178629b92469..9ad0524b8a35 100644 --- a/cpu/esp32/include/periph_cpu_esp32c3.h +++ b/cpu/esp32/include/periph_cpu_esp32c3.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #include "sdkconfig.h" #ifdef __cplusplus diff --git a/cpu/esp32/include/periph_cpu_esp32s2.h b/cpu/esp32/include/periph_cpu_esp32s2.h index 0cdbe48f7030..2eec88b677a9 100644 --- a/cpu/esp32/include/periph_cpu_esp32s2.h +++ b/cpu/esp32/include/periph_cpu_esp32s2.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #include "sdkconfig.h" #ifdef __cplusplus @@ -270,7 +269,6 @@ extern "C" { #define USBDEV_NUM_ENDPOINTS DWC2_USB_OTG_FS_NUM_EP /** @} */ - #ifdef __cplusplus } #endif diff --git a/cpu/esp32/include/periph_cpu_esp32s3.h b/cpu/esp32/include/periph_cpu_esp32s3.h index ace8b066a45e..a6ab36fdbf2e 100644 --- a/cpu/esp32/include/periph_cpu_esp32s3.h +++ b/cpu/esp32/include/periph_cpu_esp32s3.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/esp32/include/rtt_arch.h b/cpu/esp32/include/rtt_arch.h index ad4331c09e22..60132d3482ba 100644 --- a/cpu/esp32/include/rtt_arch.h +++ b/cpu/esp32/include/rtt_arch.h @@ -39,7 +39,6 @@ * @author Gunar Schorcht */ - #include "periph/rtt.h" #ifdef __cplusplus diff --git a/cpu/esp32/include/sdkconfig.h b/cpu/esp32/include/sdkconfig.h index 36abe3c68e91..365e1c55a939 100644 --- a/cpu/esp32/include/sdkconfig.h +++ b/cpu/esp32/include/sdkconfig.h @@ -21,7 +21,6 @@ * @author Gunar Schorcht */ - /* * Some files in ESP-IDF use functions from `stdlib.h` without including the * header. To avoid having to patch all these files, `stdlib.h` is included diff --git a/cpu/esp32/include/sdkconfig_esp32.h b/cpu/esp32/include/sdkconfig_esp32.h index 0b25be5ca874..141c7c424552 100644 --- a/cpu/esp32/include/sdkconfig_esp32.h +++ b/cpu/esp32/include/sdkconfig_esp32.h @@ -21,7 +21,6 @@ * @author Gunar Schorcht */ - #ifndef DOXYGEN #ifdef __cplusplus diff --git a/cpu/esp32/include/sdkconfig_esp32c3.h b/cpu/esp32/include/sdkconfig_esp32c3.h index 1fcc653c0f83..173830b348c4 100644 --- a/cpu/esp32/include/sdkconfig_esp32c3.h +++ b/cpu/esp32/include/sdkconfig_esp32c3.h @@ -21,7 +21,6 @@ * @author Gunar Schorcht */ - #ifndef DOXYGEN #ifdef __cplusplus diff --git a/cpu/esp32/include/sdkconfig_esp32s2.h b/cpu/esp32/include/sdkconfig_esp32s2.h index ced69cc731ea..15d694a980f8 100644 --- a/cpu/esp32/include/sdkconfig_esp32s2.h +++ b/cpu/esp32/include/sdkconfig_esp32s2.h @@ -21,7 +21,6 @@ * @author Gunar Schorcht */ - #ifndef DOXYGEN #ifdef __cplusplus diff --git a/cpu/esp32/include/sdkconfig_esp32s3.h b/cpu/esp32/include/sdkconfig_esp32s3.h index 81fa7d2ec8ba..25e8e1550f49 100644 --- a/cpu/esp32/include/sdkconfig_esp32s3.h +++ b/cpu/esp32/include/sdkconfig_esp32s3.h @@ -21,7 +21,6 @@ * @author Gunar Schorcht */ - #ifndef DOXYGEN #ifdef __cplusplus diff --git a/cpu/esp32/include/sys/features.h b/cpu/esp32/include/sys/features.h index 84794b219d34..fd40d4c8f45d 100644 --- a/cpu/esp32/include/sys/features.h +++ b/cpu/esp32/include/sys/features.h @@ -21,7 +21,6 @@ * lead to compilation problems with newer GCC/newlib versions, see below. */ - #ifndef DOXYGEN #ifdef __cplusplus diff --git a/cpu/esp32/include/sys/lock.h b/cpu/esp32/include/sys/lock.h index fa1eedf2bdaf..0597196409dc 100644 --- a/cpu/esp32/include/sys/lock.h +++ b/cpu/esp32/include/sys/lock.h @@ -21,7 +21,6 @@ * even if retargetable locking is enabled in newlib. */ - #ifndef DOXYGEN #include diff --git a/cpu/esp32/include/syscalls.h b/cpu/esp32/include/syscalls.h index 73103800b134..6d8362d0f685 100644 --- a/cpu/esp32/include/syscalls.h +++ b/cpu/esp32/include/syscalls.h @@ -20,7 +20,6 @@ * @} */ - #include "syscalls_common.h" #ifdef __cplusplus diff --git a/cpu/esp8266/include/cpu_conf.h b/cpu/esp8266/include/cpu_conf.h index f4632873fe8f..a54b39e81c30 100644 --- a/cpu/esp8266/include/cpu_conf.h +++ b/cpu/esp8266/include/cpu_conf.h @@ -21,7 +21,6 @@ * @author Gunar Schorcht */ - #include "cpu_conf_common.h" #include "xtensa_conf.h" diff --git a/cpu/esp8266/include/gpio_arch.h b/cpu/esp8266/include/gpio_arch.h index d9d3cdb47dd1..e584dbb3ca2f 100644 --- a/cpu/esp8266/include/gpio_arch.h +++ b/cpu/esp8266/include/gpio_arch.h @@ -19,7 +19,6 @@ * @} */ - #include "gpio_arch_common.h" #ifndef DOXYGEN diff --git a/cpu/esp8266/include/irq_arch.h b/cpu/esp8266/include/irq_arch.h index d9c9b11eb614..4cd85b2e3d81 100644 --- a/cpu/esp8266/include/irq_arch.h +++ b/cpu/esp8266/include/irq_arch.h @@ -20,7 +20,6 @@ * @} */ - #include "irq_arch_common.h" #ifdef __cplusplus diff --git a/cpu/esp8266/include/periph_cpu.h b/cpu/esp8266/include/periph_cpu.h index cbe57841d48f..b595bb3c44a5 100644 --- a/cpu/esp8266/include/periph_cpu.h +++ b/cpu/esp8266/include/periph_cpu.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #include #include diff --git a/cpu/esp8266/include/sdk_conf.h b/cpu/esp8266/include/sdk_conf.h index 576840933a28..0cbc9c2f8db6 100644 --- a/cpu/esp8266/include/sdk_conf.h +++ b/cpu/esp8266/include/sdk_conf.h @@ -23,7 +23,6 @@ * @author Gunar Schorcht */ - #ifndef DOXYGEN #include "board.h" diff --git a/cpu/esp8266/include/sys/types.h b/cpu/esp8266/include/sys/types.h index 1322d5e0911e..14f61e1af6a5 100644 --- a/cpu/esp8266/include/sys/types.h +++ b/cpu/esp8266/include/sys/types.h @@ -39,7 +39,6 @@ doesn't have a stat, and the necv70 doesn't matter.) -- eichin */ - #ifndef DOXYGEN #ifdef __cplusplus @@ -325,7 +324,6 @@ typedef long suseconds_t; #undef __need_inttypes - #ifdef __cplusplus } #endif diff --git a/cpu/esp8266/include/syscalls.h b/cpu/esp8266/include/syscalls.h index 1cae7d6ecdef..8dbbfda1b5fe 100644 --- a/cpu/esp8266/include/syscalls.h +++ b/cpu/esp8266/include/syscalls.h @@ -20,7 +20,6 @@ * @} */ - #include "syscalls_common.h" #ifdef __cplusplus diff --git a/cpu/esp8266/sdk/phy.h b/cpu/esp8266/sdk/phy.h index 23fcab0c96ad..2ffb60294ac0 100644 --- a/cpu/esp8266/sdk/phy.h +++ b/cpu/esp8266/sdk/phy.h @@ -19,7 +19,6 @@ * @} */ - #ifndef DOXYGEN #include diff --git a/cpu/esp8266/sdk/sdk.h b/cpu/esp8266/sdk/sdk.h index 55b02ce6720d..f8b2e39f3e3b 100644 --- a/cpu/esp8266/sdk/sdk.h +++ b/cpu/esp8266/sdk/sdk.h @@ -19,7 +19,6 @@ * @} */ - #include #include "sdk/ets.h" diff --git a/cpu/esp8266/sdk/system.h b/cpu/esp8266/sdk/system.h index 79b04f028b9d..beb4d847f766 100644 --- a/cpu/esp8266/sdk/system.h +++ b/cpu/esp8266/sdk/system.h @@ -19,7 +19,6 @@ * @} */ - #ifndef DOXYGEN #include diff --git a/cpu/esp_common/esp-now/esp_now_netdev.h b/cpu/esp_common/esp-now/esp_now_netdev.h index 8b29760a9356..7509ddf148d9 100644 --- a/cpu/esp_common/esp-now/esp_now_netdev.h +++ b/cpu/esp_common/esp-now/esp_now_netdev.h @@ -19,7 +19,6 @@ * @author Timo Rothenpieler */ - #include "net/netdev.h" #include "mutex.h" #include "net/ethernet/hdr.h" diff --git a/cpu/esp_common/esp-now/esp_now_params.h b/cpu/esp_common/esp-now/esp_now_params.h index ee84a5095063..18604925e223 100644 --- a/cpu/esp_common/esp-now/esp_now_params.h +++ b/cpu/esp_common/esp-now/esp_now_params.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #if defined(MODULE_ESP_NOW) || defined(DOXYGEN) /** diff --git a/cpu/esp_common/esp-wifi/esp_wifi_netdev.h b/cpu/esp_common/esp-wifi/esp_wifi_netdev.h index cde693733ef6..940f75f3bcaf 100644 --- a/cpu/esp_common/esp-wifi/esp_wifi_netdev.h +++ b/cpu/esp_common/esp-wifi/esp_wifi_netdev.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #include #include "mutex.h" diff --git a/cpu/esp_common/esp-wifi/esp_wifi_params.h b/cpu/esp_common/esp-wifi/esp_wifi_params.h index 176c947d2020..4d70bb538c4e 100644 --- a/cpu/esp_common/esp-wifi/esp_wifi_params.h +++ b/cpu/esp_common/esp-wifi/esp_wifi_params.h @@ -19,7 +19,6 @@ * @author Gunar Schorcht */ - #if defined(MODULE_ESP_WIFI) || defined(DOXYGEN) /** diff --git a/cpu/esp_common/include/architecture_arch.h b/cpu/esp_common/include/architecture_arch.h index 01aec9ae95c9..3acd5ef69a61 100644 --- a/cpu/esp_common/include/architecture_arch.h +++ b/cpu/esp_common/include/architecture_arch.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/esp_common/include/cpu.h b/cpu/esp_common/include/cpu.h index f94ccaf8a843..27c80bbbed21 100644 --- a/cpu/esp_common/include/cpu.h +++ b/cpu/esp_common/include/cpu.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/esp_common/include/cpu_conf_common.h b/cpu/esp_common/include/cpu_conf_common.h index 9487dde715e3..a3e209ceaf05 100644 --- a/cpu/esp_common/include/cpu_conf_common.h +++ b/cpu/esp_common/include/cpu_conf_common.h @@ -21,7 +21,6 @@ * @author Gunar Schorcht */ - /** * @brief Declare the heap_stats function as available * diff --git a/cpu/esp_common/include/esp_common.h b/cpu/esp_common/include/esp_common.h index 7b2a03624390..5fb1ba764d2b 100644 --- a/cpu/esp_common/include/esp_common.h +++ b/cpu/esp_common/include/esp_common.h @@ -19,7 +19,6 @@ * */ - #ifndef DOXYGEN #ifdef __cplusplus diff --git a/cpu/esp_common/include/esp_common_log.h b/cpu/esp_common/include/esp_common_log.h index 75e0115f44e9..6f3818a33f09 100644 --- a/cpu/esp_common/include/esp_common_log.h +++ b/cpu/esp_common/include/esp_common_log.h @@ -19,7 +19,6 @@ * */ - #ifndef DOXYGEN #ifdef __cplusplus diff --git a/cpu/esp_common/include/exceptions.h b/cpu/esp_common/include/exceptions.h index 02c107b386ad..7d89a10fb449 100644 --- a/cpu/esp_common/include/exceptions.h +++ b/cpu/esp_common/include/exceptions.h @@ -19,7 +19,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/esp_common/include/freertos/portable.h b/cpu/esp_common/include/freertos/portable.h index be6ff64b38aa..4860d3297714 100644 --- a/cpu/esp_common/include/freertos/portable.h +++ b/cpu/esp_common/include/freertos/portable.h @@ -12,7 +12,6 @@ /* Empty file, only required for source code compatibility */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/esp_common/include/gpio_arch_common.h b/cpu/esp_common/include/gpio_arch_common.h index 6910282c02a8..b3bf61841775 100644 --- a/cpu/esp_common/include/gpio_arch_common.h +++ b/cpu/esp_common/include/gpio_arch_common.h @@ -19,7 +19,6 @@ * @} */ - #include "periph/gpio.h" #ifndef DOXYGEN diff --git a/cpu/esp_common/include/irq_arch_common.h b/cpu/esp_common/include/irq_arch_common.h index fd4c44b36f90..6dc8abe95e0b 100644 --- a/cpu/esp_common/include/irq_arch_common.h +++ b/cpu/esp_common/include/irq_arch_common.h @@ -20,7 +20,6 @@ * @} */ - #include "irq.h" #include "sched.h" #include "thread.h" diff --git a/cpu/esp_common/include/log_module.h b/cpu/esp_common/include/log_module.h index 9b8dbd25b3f4..93757fee3781 100644 --- a/cpu/esp_common/include/log_module.h +++ b/cpu/esp_common/include/log_module.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/esp_common/include/syscalls_common.h b/cpu/esp_common/include/syscalls_common.h index 8170b510a588..f73009a95876 100644 --- a/cpu/esp_common/include/syscalls_common.h +++ b/cpu/esp_common/include/syscalls_common.h @@ -20,7 +20,6 @@ * @} */ - #include #include #include diff --git a/cpu/esp_common/include/thread_arch.h b/cpu/esp_common/include/thread_arch.h index caf712f5c04a..3730c49af2b6 100644 --- a/cpu/esp_common/include/thread_arch.h +++ b/cpu/esp_common/include/thread_arch.h @@ -21,7 +21,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/esp_common/include/tools.h b/cpu/esp_common/include/tools.h index b98672ff85ad..bd2c954ad10e 100644 --- a/cpu/esp_common/include/tools.h +++ b/cpu/esp_common/include/tools.h @@ -20,7 +20,6 @@ * @} */ - #include #include diff --git a/cpu/esp_common/include/xtensa_conf.h b/cpu/esp_common/include/xtensa_conf.h index b404bfa03d28..417bbc374278 100644 --- a/cpu/esp_common/include/xtensa_conf.h +++ b/cpu/esp_common/include/xtensa_conf.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/fe310/include/clk_conf.h b/cpu/fe310/include/clk_conf.h index e02a05cbc593..f70da2687706 100644 --- a/cpu/fe310/include/clk_conf.h +++ b/cpu/fe310/include/clk_conf.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "macros/units.h" #include "kernel_defines.h" diff --git a/cpu/fe310/include/cpu.h b/cpu/fe310/include/cpu.h index 58aab46e80bf..2f677969fbb9 100644 --- a/cpu/fe310/include/cpu.h +++ b/cpu/fe310/include/cpu.h @@ -16,7 +16,6 @@ * @brief CPU specific definitions */ - #include "cpu_common.h" #ifdef __cplusplus diff --git a/cpu/fe310/include/cpu_conf.h b/cpu/fe310/include/cpu_conf.h index fb5273ced757..dee0fdf7204e 100644 --- a/cpu/fe310/include/cpu_conf.h +++ b/cpu/fe310/include/cpu_conf.h @@ -18,7 +18,6 @@ * @author Ken Rabold */ - #include "cpu_conf_common.h" #include "vendor/platform.h" diff --git a/cpu/fe310/include/periph_cpu.h b/cpu/fe310/include/periph_cpu.h index b7c82cca18b3..1e52871f42ae 100644 --- a/cpu/fe310/include/periph_cpu.h +++ b/cpu/fe310/include/periph_cpu.h @@ -18,7 +18,6 @@ * @author Ken Rabold */ - #include #include "periph_cpu_common.h" diff --git a/cpu/gd32v/include/cpu.h b/cpu/gd32v/include/cpu.h index 4f75e9afe00d..e438b2d3d27c 100644 --- a/cpu/gd32v/include/cpu.h +++ b/cpu/gd32v/include/cpu.h @@ -16,7 +16,6 @@ * @brief CPU specific definitions */ - #include "cpu_conf.h" #include "cpu_common.h" diff --git a/cpu/gd32v/include/cpu_conf.h b/cpu/gd32v/include/cpu_conf.h index 3de18d8e8d00..432ca1a36d82 100644 --- a/cpu/gd32v/include/cpu_conf.h +++ b/cpu/gd32v/include/cpu_conf.h @@ -21,7 +21,6 @@ #include "vendor/gd32vf103_core.h" #include "cpu_conf_common.h" - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/gd32v/include/gpio_ll_arch.h b/cpu/gd32v/include/gpio_ll_arch.h index 18d828a9e983..f1e798cafef6 100644 --- a/cpu/gd32v/include/gpio_ll_arch.h +++ b/cpu/gd32v/include/gpio_ll_arch.h @@ -19,7 +19,6 @@ * @author Gunar Schorcht */ - #include "architecture.h" #include "periph_cpu.h" diff --git a/cpu/gd32v/include/periph_cpu.h b/cpu/gd32v/include/periph_cpu.h index 408e2da08f35..f49352772efa 100644 --- a/cpu/gd32v/include/periph_cpu.h +++ b/cpu/gd32v/include/periph_cpu.h @@ -20,7 +20,6 @@ * @author Gunar Schorcht */ - #include #include "cpu.h" diff --git a/cpu/kinetis/include/bme.h b/cpu/kinetis/include/bme.h index 3fcb5e871561..5649201ff55e 100644 --- a/cpu/kinetis/include/bme.h +++ b/cpu/kinetis/include/bme.h @@ -21,7 +21,6 @@ * @author Joakim Nohlgård */ - #include #ifdef __cplusplus @@ -251,5 +250,4 @@ static inline void bit_clear8(volatile uint8_t *ptr, uint8_t bit) } #endif - /** @} */ diff --git a/cpu/kinetis/include/cpu_conf.h b/cpu/kinetis/include/cpu_conf.h index f62705570f31..0c096aa18e30 100644 --- a/cpu/kinetis/include/cpu_conf.h +++ b/cpu/kinetis/include/cpu_conf.h @@ -18,7 +18,6 @@ * @author Joakim Nohlgård */ - /* This is needed to homogenize the symbolic IRQ names across different versions * of the vendor headers. These must be defined before any vendor headers are * included */ diff --git a/cpu/kinetis/include/cpu_conf_kinetis.h b/cpu/kinetis/include/cpu_conf_kinetis.h index 8ea70eca66a1..a56b2730ab6b 100644 --- a/cpu/kinetis/include/cpu_conf_kinetis.h +++ b/cpu/kinetis/include/cpu_conf_kinetis.h @@ -18,7 +18,6 @@ * @author Joakim Nohlgård */ - #include "cpu_conf_common.h" #if (__CORTEX_M < 3) diff --git a/cpu/kinetis/include/cpu_conf_kinetis_ea.h b/cpu/kinetis/include/cpu_conf_kinetis_ea.h index a55528e64319..2fe2295ce7a0 100644 --- a/cpu/kinetis/include/cpu_conf_kinetis_ea.h +++ b/cpu/kinetis/include/cpu_conf_kinetis_ea.h @@ -22,7 +22,6 @@ * @author Anton Gerasimov */ - #if defined(KINETIS_CORE_Z) #if (KINETIS_ROMSIZE == 128) /* Kinetis KEAZ128 */ diff --git a/cpu/kinetis/include/cpu_conf_kinetis_k.h b/cpu/kinetis/include/cpu_conf_kinetis_k.h index af4f62ac9783..44a0384f3c08 100644 --- a/cpu/kinetis/include/cpu_conf_kinetis_k.h +++ b/cpu/kinetis/include/cpu_conf_kinetis_k.h @@ -20,7 +20,6 @@ * @author Joakim Nohlgård */ - #if (KINETIS_FAMILY == 2) #if (KINETIS_SUBFAMILY == 2) /* Kinetis K22 */ diff --git a/cpu/kinetis/include/cpu_conf_kinetis_l.h b/cpu/kinetis/include/cpu_conf_kinetis_l.h index 23724d3871a5..a5f929bd7d36 100644 --- a/cpu/kinetis/include/cpu_conf_kinetis_l.h +++ b/cpu/kinetis/include/cpu_conf_kinetis_l.h @@ -20,7 +20,6 @@ * @author Joakim Nohlgård */ - #if (KINETIS_FAMILY == 4) #if (KINETIS_SUBFAMILY == 3) #if defined(CPU_MODEL_MKL43Z128VLH4) || \ diff --git a/cpu/kinetis/include/cpu_conf_kinetis_m.h b/cpu/kinetis/include/cpu_conf_kinetis_m.h index ef57538a7bad..14b30858142e 100644 --- a/cpu/kinetis/include/cpu_conf_kinetis_m.h +++ b/cpu/kinetis/include/cpu_conf_kinetis_m.h @@ -20,7 +20,6 @@ * @author Joakim Nohlgård */ - #if (KINETIS_FAMILY == 2) #if (KINETIS_SUBFAMILY == 2) /* Put your vendor includes here */ diff --git a/cpu/kinetis/include/cpu_conf_kinetis_v.h b/cpu/kinetis/include/cpu_conf_kinetis_v.h index cae7b504086f..d56fdc180dc3 100644 --- a/cpu/kinetis/include/cpu_conf_kinetis_v.h +++ b/cpu/kinetis/include/cpu_conf_kinetis_v.h @@ -20,7 +20,6 @@ * @author Joakim Nohlgård */ - #if (KINETIS_FAMILY == 2) #if (KINETIS_SUBFAMILY == 2) /* Put your vendor includes here */ diff --git a/cpu/kinetis/include/cpu_conf_kinetis_w.h b/cpu/kinetis/include/cpu_conf_kinetis_w.h index 809ed0984086..f3106491959a 100644 --- a/cpu/kinetis/include/cpu_conf_kinetis_w.h +++ b/cpu/kinetis/include/cpu_conf_kinetis_w.h @@ -20,7 +20,6 @@ * @author Joakim Nohlgård */ - #if defined(KINETIS_CORE_D) /* Kinetis KW2xD */ #if defined(CPU_MODEL_MKW21D256VHA5) || \ diff --git a/cpu/kinetis/include/mcg.h b/cpu/kinetis/include/mcg.h index 98646a46118f..f3179fc4c167 100644 --- a/cpu/kinetis/include/mcg.h +++ b/cpu/kinetis/include/mcg.h @@ -122,7 +122,6 @@ */ #endif /* MODULE_PERIPH_MCG */ - #include "periph_conf.h" #ifdef __cplusplus diff --git a/cpu/kinetis/include/periph_cpu.h b/cpu/kinetis/include/periph_cpu.h index 60604d5ea923..c9ce1ea7a57e 100644 --- a/cpu/kinetis/include/periph_cpu.h +++ b/cpu/kinetis/include/periph_cpu.h @@ -20,7 +20,6 @@ * @author Joakim Nohlgård */ - #include #include diff --git a/cpu/kinetis/include/vectors_kinetis.h b/cpu/kinetis/include/vectors_kinetis.h index 42fcd02b43df..6d13019b2ef8 100644 --- a/cpu/kinetis/include/vectors_kinetis.h +++ b/cpu/kinetis/include/vectors_kinetis.h @@ -20,7 +20,6 @@ * @} */ - #include #include "vectors_cortexm.h" diff --git a/cpu/kinetis/include/wdog.h b/cpu/kinetis/include/wdog.h index 7d999ecad37f..2dcfe8303012 100644 --- a/cpu/kinetis/include/wdog.h +++ b/cpu/kinetis/include/wdog.h @@ -38,7 +38,6 @@ * @author Joakim Nohlgård */ - #ifdef __cplusplus extern "C" { diff --git a/cpu/lm4f120/include/cpu_conf.h b/cpu/lm4f120/include/cpu_conf.h index 14ec083832cb..858bec000fae 100644 --- a/cpu/lm4f120/include/cpu_conf.h +++ b/cpu/lm4f120/include/cpu_conf.h @@ -20,7 +20,6 @@ * @author Rakendra Thapa */ - #include "cpu_conf_common.h" #ifdef __cplusplus diff --git a/cpu/lm4f120/include/periph_cpu.h b/cpu/lm4f120/include/periph_cpu.h index 446688fc964a..b9c88851073f 100644 --- a/cpu/lm4f120/include/periph_cpu.h +++ b/cpu/lm4f120/include/periph_cpu.h @@ -20,7 +20,6 @@ * @author Marc Poulhiès */ - #include "cpu.h" #ifdef __cplusplus diff --git a/cpu/lpc1768/include/cpu_conf.h b/cpu/lpc1768/include/cpu_conf.h index 61e486479576..3183c8dbf733 100644 --- a/cpu/lpc1768/include/cpu_conf.h +++ b/cpu/lpc1768/include/cpu_conf.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #include "cpu_conf_common.h" #include "vendor/LPC17xx.h" diff --git a/cpu/lpc1768/include/periph_cpu.h b/cpu/lpc1768/include/periph_cpu.h index 6f7dae055c95..0d7bb72dd4fa 100644 --- a/cpu/lpc1768/include/periph_cpu.h +++ b/cpu/lpc1768/include/periph_cpu.h @@ -19,7 +19,6 @@ * @author Bas Stottelaar */ - #include #include "cpu.h" diff --git a/cpu/lpc23xx/include/periph_cpu.h b/cpu/lpc23xx/include/periph_cpu.h index 88af20b6ee61..b5ad17572c49 100644 --- a/cpu/lpc23xx/include/periph_cpu.h +++ b/cpu/lpc23xx/include/periph_cpu.h @@ -18,7 +18,6 @@ * @author Kaspar Schleiser */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/msp430/include/architecture_arch.h b/cpu/msp430/include/architecture_arch.h index 54e786f91b89..9b9f27cb1bdb 100644 --- a/cpu/msp430/include/architecture_arch.h +++ b/cpu/msp430/include/architecture_arch.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/msp430/include/cpu.h b/cpu/msp430/include/cpu.h index f0adc5c24cfe..1034418be0a8 100644 --- a/cpu/msp430/include/cpu.h +++ b/cpu/msp430/include/cpu.h @@ -19,7 +19,6 @@ * */ - #include #include diff --git a/cpu/msp430/include/cpu_conf.h b/cpu/msp430/include/cpu_conf.h index 37bd17fe7ff0..d069ec433b34 100644 --- a/cpu/msp430/include/cpu_conf.h +++ b/cpu/msp430/include/cpu_conf.h @@ -17,7 +17,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/msp430/include/f2xx_g2xx/msp430_regs.h b/cpu/msp430/include/f2xx_g2xx/msp430_regs.h index 396c560f1ced..bd582c57f724 100644 --- a/cpu/msp430/include/f2xx_g2xx/msp430_regs.h +++ b/cpu/msp430/include/f2xx_g2xx/msp430_regs.h @@ -22,7 +22,6 @@ * @author Hauke Petersen */ - #include #include diff --git a/cpu/msp430/include/f2xx_g2xx/periph_cpu.h b/cpu/msp430/include/f2xx_g2xx/periph_cpu.h index 740ce33a67e8..ac6e358eb8f7 100644 --- a/cpu/msp430/include/f2xx_g2xx/periph_cpu.h +++ b/cpu/msp430/include/f2xx_g2xx/periph_cpu.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include #include "periph_cpu_common.h" diff --git a/cpu/msp430/include/gpio_ll_arch.h b/cpu/msp430/include/gpio_ll_arch.h index 0fcf73b1025f..bc8eb328c41e 100644 --- a/cpu/msp430/include/gpio_ll_arch.h +++ b/cpu/msp430/include/gpio_ll_arch.h @@ -19,7 +19,6 @@ * @author Marian Buschsieweke */ - #include "cpu.h" #include "periph_cpu.h" diff --git a/cpu/msp430/include/irq_arch.h b/cpu/msp430/include/irq_arch.h index 8b95365bc793..e9f90711252c 100644 --- a/cpu/msp430/include/irq_arch.h +++ b/cpu/msp430/include/irq_arch.h @@ -22,7 +22,6 @@ * */ - #include #include #include "irq.h" diff --git a/cpu/msp430/include/msp430_regs_common.h b/cpu/msp430/include/msp430_regs_common.h index 3fc845aea59e..2a0359370ab9 100644 --- a/cpu/msp430/include/msp430_regs_common.h +++ b/cpu/msp430/include/msp430_regs_common.h @@ -22,7 +22,6 @@ * @author Hauke Petersen */ - #include #ifdef __cplusplus diff --git a/cpu/msp430/include/periph_cpu_common.h b/cpu/msp430/include/periph_cpu_common.h index d393caf31195..3c8bfdb362ad 100644 --- a/cpu/msp430/include/periph_cpu_common.h +++ b/cpu/msp430/include/periph_cpu_common.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include #include "bitarithm.h" @@ -439,7 +438,6 @@ extern REG16 TIMER_B_IRQFLAGS; extern msp430_timer_t TIMER_B; /** @} */ - /** * @brief Initialize the basic clock system to provide the main clock, * the subsystem clock, and the auxiliary clock. diff --git a/cpu/msp430/include/x1xx/msp430_regs.h b/cpu/msp430/include/x1xx/msp430_regs.h index 97ea436b5523..64e87e0eff51 100644 --- a/cpu/msp430/include/x1xx/msp430_regs.h +++ b/cpu/msp430/include/x1xx/msp430_regs.h @@ -22,7 +22,6 @@ * @author Hauke Petersen */ - #include #include "msp430_regs_common.h" diff --git a/cpu/msp430/include/x1xx/periph_cpu.h b/cpu/msp430/include/x1xx/periph_cpu.h index be07793209cd..2b792e3229cd 100644 --- a/cpu/msp430/include/x1xx/periph_cpu.h +++ b/cpu/msp430/include/x1xx/periph_cpu.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include #include "compiler_hints.h" diff --git a/cpu/msp430/periph/uart_usart.c b/cpu/msp430/periph/uart_usart.c index cbd6f3b351b0..4f6d25bd6960 100644 --- a/cpu/msp430/periph/uart_usart.c +++ b/cpu/msp430/periph/uart_usart.c @@ -75,7 +75,6 @@ int uart_init(uart_t uart, uint32_t symbolrate, uart_rx_cb_t rx_cb, void *arg) confs[uart].ctl = CHAR; confs[uart].prescaler = msp430_usart_prescale(symbolrate, USART_MIN_BR_UART); - if (rx_cb) { init(uart); } diff --git a/cpu/native/cpu.c b/cpu/native/cpu.c index 032b67cc3f49..c230bcf774b6 100644 --- a/cpu/native/cpu.c +++ b/cpu/native/cpu.c @@ -139,7 +139,6 @@ void cpu_switch_context_exit(void) /* ========================================= */ - void _isr_thread_yield(void) { DEBUG_CPU("... ISR: switched to ISR context, scheduling\n"); diff --git a/cpu/native/include/native_internal.h b/cpu/native/include/native_internal.h index 162b989ba69d..ae7deb5597be 100644 --- a/cpu/native/include/native_internal.h +++ b/cpu/native/include/native_internal.h @@ -146,7 +146,6 @@ void _native_call_sig_handlers_and_switch(void); extern void _native_sig_leave_tramp(void); /** @} */ - /* MARK: - System Calls */ /** * @name System Calls diff --git a/cpu/nrf51/include/cpu_conf.h b/cpu/nrf51/include/cpu_conf.h index 714770d426f9..516f460d42f1 100644 --- a/cpu/nrf51/include/cpu_conf.h +++ b/cpu/nrf51/include/cpu_conf.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #include "cpu_conf_common.h" #include "vendor/nrf51.h" #include "vendor/nrf51_bitfields.h" diff --git a/cpu/nrf51/include/periph_cpu.h b/cpu/nrf51/include/periph_cpu.h index 3f4aa207e575..dad692b9e890 100644 --- a/cpu/nrf51/include/periph_cpu.h +++ b/cpu/nrf51/include/periph_cpu.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "periph_cpu_common.h" #ifdef __cplusplus diff --git a/cpu/nrf52/include/cpu_conf.h b/cpu/nrf52/include/cpu_conf.h index 39ade036c2c3..145111a86591 100644 --- a/cpu/nrf52/include/cpu_conf.h +++ b/cpu/nrf52/include/cpu_conf.h @@ -23,7 +23,6 @@ * */ - #include "cpu_conf_common.h" #ifdef CPU_MODEL_NRF52832XXAA diff --git a/cpu/nrf52/include/nrf802154.h b/cpu/nrf52/include/nrf802154.h index 8643fbe567d7..b93a0e68230f 100644 --- a/cpu/nrf52/include/nrf802154.h +++ b/cpu/nrf52/include/nrf802154.h @@ -35,7 +35,6 @@ * @author Semjon Kerner */ - #include "net/ieee802154/radio.h" #ifdef __cplusplus diff --git a/cpu/nrf52/include/openwsn_defs.h b/cpu/nrf52/include/openwsn_defs.h index b61ca90d9a60..67dbe7217b86 100644 --- a/cpu/nrf52/include/openwsn_defs.h +++ b/cpu/nrf52/include/openwsn_defs.h @@ -18,7 +18,6 @@ * @author Francisco Molina */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/nrf52/include/periph_cpu.h b/cpu/nrf52/include/periph_cpu.h index 775d7c0d95a3..c6a4a65c9c25 100644 --- a/cpu/nrf52/include/periph_cpu.h +++ b/cpu/nrf52/include/periph_cpu.h @@ -20,7 +20,6 @@ * @author Philipp-Alexander Blum */ - #include "periph_cpu_common.h" #ifdef __cplusplus diff --git a/cpu/nrf53/include/cpu_conf.h b/cpu/nrf53/include/cpu_conf.h index eabf7cfa0157..1578c880c0a9 100644 --- a/cpu/nrf53/include/cpu_conf.h +++ b/cpu/nrf53/include/cpu_conf.h @@ -21,7 +21,6 @@ * */ - #ifdef CPU_MODEL_NRF5340_APP #include "vendor/nrf5340_application.h" #include "vendor/nrf5340_application_bitfields.h" diff --git a/cpu/nrf53/include/periph_cpu.h b/cpu/nrf53/include/periph_cpu.h index 776420963625..b43a48683c8f 100644 --- a/cpu/nrf53/include/periph_cpu.h +++ b/cpu/nrf53/include/periph_cpu.h @@ -18,7 +18,6 @@ * @author Dylan Laduranty */ - #include "periph_cpu_common.h" #include "macros/units.h" diff --git a/cpu/nrf5x_common/include/gpio_ll_arch.h b/cpu/nrf5x_common/include/gpio_ll_arch.h index 130e5d6c871f..6bf9defa3a6b 100644 --- a/cpu/nrf5x_common/include/gpio_ll_arch.h +++ b/cpu/nrf5x_common/include/gpio_ll_arch.h @@ -28,7 +28,6 @@ * @author Alexandre Abadie */ - #include #include "cpu.h" diff --git a/cpu/nrf5x_common/include/nrf_clock.h b/cpu/nrf5x_common/include/nrf_clock.h index 451224316358..83b8d38cd890 100644 --- a/cpu/nrf5x_common/include/nrf_clock.h +++ b/cpu/nrf5x_common/include/nrf_clock.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/nrf5x_common/include/nrfble.h b/cpu/nrf5x_common/include/nrfble.h index b371c36a5a6f..0e094c7858dd 100644 --- a/cpu/nrf5x_common/include/nrfble.h +++ b/cpu/nrf5x_common/include/nrfble.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #include "net/netdev.h" #ifdef __cplusplus diff --git a/cpu/nrf5x_common/include/nrfmin.h b/cpu/nrf5x_common/include/nrfmin.h index a6f590f200ae..59514c42e26d 100644 --- a/cpu/nrf5x_common/include/nrfmin.h +++ b/cpu/nrf5x_common/include/nrfmin.h @@ -71,7 +71,6 @@ * @author Hauke Petersen */ - #include "net/netdev.h" #ifdef __cplusplus diff --git a/cpu/nrf5x_common/include/nrfmin_gnrc.h b/cpu/nrf5x_common/include/nrfmin_gnrc.h index 81ae3634eaac..d419fa441fc8 100644 --- a/cpu/nrf5x_common/include/nrfmin_gnrc.h +++ b/cpu/nrf5x_common/include/nrfmin_gnrc.h @@ -21,7 +21,6 @@ * @author Hauke Petersen */ - #include "nrfmin.h" #ifdef __cplusplus diff --git a/cpu/nrf5x_common/include/nrfusb.h b/cpu/nrf5x_common/include/nrfusb.h index e9c0a02af43b..af721eaca71d 100644 --- a/cpu/nrf5x_common/include/nrfusb.h +++ b/cpu/nrf5x_common/include/nrfusb.h @@ -21,7 +21,6 @@ * @author Koen Zandberg */ - #include #include #include "periph/usbdev.h" diff --git a/cpu/nrf5x_common/include/nrfx_riot.h b/cpu/nrf5x_common/include/nrfx_riot.h index 089e502e22df..28731ead522e 100644 --- a/cpu/nrf5x_common/include/nrfx_riot.h +++ b/cpu/nrf5x_common/include/nrfx_riot.h @@ -21,7 +21,6 @@ * @author Koen Zandberg */ - #include "kernel_defines.h" #include "cpu_conf.h" #include "periph_conf.h" diff --git a/cpu/nrf5x_common/include/periph_cpu_common.h b/cpu/nrf5x_common/include/periph_cpu_common.h index 86dd5fbed162..1adbec008be7 100644 --- a/cpu/nrf5x_common/include/periph_cpu_common.h +++ b/cpu/nrf5x_common/include/periph_cpu_common.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "cpu.h" #ifdef __cplusplus diff --git a/cpu/nrf5x_common/include/timer_arch.h b/cpu/nrf5x_common/include/timer_arch.h index 007d4378101e..534e7ebfcea4 100644 --- a/cpu/nrf5x_common/include/timer_arch.h +++ b/cpu/nrf5x_common/include/timer_arch.h @@ -21,7 +21,6 @@ * @author Christian Amsüss */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/nrf5x_common/periph/qdec.c b/cpu/nrf5x_common/periph/qdec.c index 79e05f1f027d..43beb17d440e 100644 --- a/cpu/nrf5x_common/periph/qdec.c +++ b/cpu/nrf5x_common/periph/qdec.c @@ -27,7 +27,6 @@ #ifdef QDEC_NUMOF - /** * @brief Interrupt context for each configured qdec */ diff --git a/cpu/nrf9160/include/cpu_conf.h b/cpu/nrf9160/include/cpu_conf.h index 18add780ac2b..e27eb21c0bca 100644 --- a/cpu/nrf9160/include/cpu_conf.h +++ b/cpu/nrf9160/include/cpu_conf.h @@ -21,7 +21,6 @@ * */ - #include "vendor/nrf9160.h" #include "vendor/nrf9160_bitfields.h" #include "vendor/nrf9160_peripherals.h" diff --git a/cpu/nrf9160/include/periph_cpu.h b/cpu/nrf9160/include/periph_cpu.h index 21176bc8a364..4fa573033786 100644 --- a/cpu/nrf9160/include/periph_cpu.h +++ b/cpu/nrf9160/include/periph_cpu.h @@ -18,7 +18,6 @@ * @author Dylan Laduranty */ - #include "periph_cpu_common.h" #include "macros/units.h" diff --git a/cpu/qn908x/include/cpu_conf.h b/cpu/qn908x/include/cpu_conf.h index 667230686c28..36c4d5817849 100644 --- a/cpu/qn908x/include/cpu_conf.h +++ b/cpu/qn908x/include/cpu_conf.h @@ -18,7 +18,6 @@ * @author iosabi */ - #include "cpu_conf_common.h" #include "vendor/QN908XC.h" diff --git a/cpu/qn908x/include/flexcomm.h b/cpu/qn908x/include/flexcomm.h index f046a3c12901..0b2a23c66671 100644 --- a/cpu/qn908x/include/flexcomm.h +++ b/cpu/qn908x/include/flexcomm.h @@ -24,7 +24,6 @@ * @author iosabi */ - #include #include "periph_cpu.h" diff --git a/cpu/qn908x/include/gpio_mux.h b/cpu/qn908x/include/gpio_mux.h index 460a2aa44d6f..8afbaa5870dd 100644 --- a/cpu/qn908x/include/gpio_mux.h +++ b/cpu/qn908x/include/gpio_mux.h @@ -22,7 +22,6 @@ * @author iosabi */ - #include #include "periph_cpu.h" diff --git a/cpu/qn908x/include/periph_cpu.h b/cpu/qn908x/include/periph_cpu.h index 43836eaafc8e..b3ec3363fc22 100644 --- a/cpu/qn908x/include/periph_cpu.h +++ b/cpu/qn908x/include/periph_cpu.h @@ -18,7 +18,6 @@ * @author iosabi */ - #include #include diff --git a/cpu/qn908x/include/vectors_qn908x.h b/cpu/qn908x/include/vectors_qn908x.h index 8ab93eca69e1..9e9e581a0051 100644 --- a/cpu/qn908x/include/vectors_qn908x.h +++ b/cpu/qn908x/include/vectors_qn908x.h @@ -20,7 +20,6 @@ * @} */ - #include #include "vectors_cortexm.h" diff --git a/cpu/qn908x/periph/i2c.c b/cpu/qn908x/periph/i2c.c index 7cfe05dea0f3..84a1e1d4c2b0 100644 --- a/cpu/qn908x/periph/i2c.c +++ b/cpu/qn908x/periph/i2c.c @@ -234,7 +234,6 @@ static uint32_t _i2c_stop(I2C_Type *i2c_dev) return status; } - static int _i2c_transfer_blocking(i2c_t dev, uint32_t addr_dir, uint8_t *data, size_t len, uint8_t flags) { diff --git a/cpu/riscv_common/include/architecture_arch.h b/cpu/riscv_common/include/architecture_arch.h index f2e5c1601e80..2734d9bd60e0 100644 --- a/cpu/riscv_common/include/architecture_arch.h +++ b/cpu/riscv_common/include/architecture_arch.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/riscv_common/include/atomic_utils_arch.h b/cpu/riscv_common/include/atomic_utils_arch.h index 6689d3a00dc4..b3414c93020f 100644 --- a/cpu/riscv_common/include/atomic_utils_arch.h +++ b/cpu/riscv_common/include/atomic_utils_arch.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #include "periph_cpu.h" #ifdef __cplusplus diff --git a/cpu/riscv_common/include/context_frame.h b/cpu/riscv_common/include/context_frame.h index 6b7d087bb851..942f6f591938 100644 --- a/cpu/riscv_common/include/context_frame.h +++ b/cpu/riscv_common/include/context_frame.h @@ -18,7 +18,6 @@ * @author JP Bonn */ - #if !defined(__ASSEMBLER__) #include #endif /* __ASSEMBLER__ */ diff --git a/cpu/riscv_common/include/cpu_common.h b/cpu/riscv_common/include/cpu_common.h index b3ffbbba8542..d3a9f872ffbd 100644 --- a/cpu/riscv_common/include/cpu_common.h +++ b/cpu/riscv_common/include/cpu_common.h @@ -24,7 +24,6 @@ #include "irq_arch.h" - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/riscv_common/include/cpu_conf_common.h b/cpu/riscv_common/include/cpu_conf_common.h index 8c458f711948..da3f975c2469 100644 --- a/cpu/riscv_common/include/cpu_conf_common.h +++ b/cpu/riscv_common/include/cpu_conf_common.h @@ -18,7 +18,6 @@ * @author Koen Zandberg */ - #include "vendor/riscv_csr.h" #include "cpu_conf_common.h" diff --git a/cpu/riscv_common/include/cpucycle.h b/cpu/riscv_common/include/cpucycle.h index c2f1dd7e37aa..fd1468d2997f 100644 --- a/cpu/riscv_common/include/cpucycle.h +++ b/cpu/riscv_common/include/cpucycle.h @@ -18,7 +18,6 @@ * @author JP Bonn */ - #include #ifdef __cplusplus diff --git a/cpu/riscv_common/include/irq_arch.h b/cpu/riscv_common/include/irq_arch.h index 5ddcf714f56f..5ed8f6606d5f 100644 --- a/cpu/riscv_common/include/irq_arch.h +++ b/cpu/riscv_common/include/irq_arch.h @@ -22,7 +22,6 @@ * @author Marian Buschsieweke */ - #include #include "irq.h" diff --git a/cpu/riscv_common/include/periph_cpu_common.h b/cpu/riscv_common/include/periph_cpu_common.h index 64bc1e769281..ce6d9fc6d37d 100644 --- a/cpu/riscv_common/include/periph_cpu_common.h +++ b/cpu/riscv_common/include/periph_cpu_common.h @@ -18,7 +18,6 @@ * @author Koen Zandberg */ - #include #include "cpu.h" diff --git a/cpu/riscv_common/include/plic.h b/cpu/riscv_common/include/plic.h index 287071ea08b4..84a843a7aff2 100644 --- a/cpu/riscv_common/include/plic.h +++ b/cpu/riscv_common/include/plic.h @@ -18,7 +18,6 @@ * @author Koen Zandberg */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/riscv_common/include/pmp.h b/cpu/riscv_common/include/pmp.h index efc5652e6eba..437ec54ca7f9 100644 --- a/cpu/riscv_common/include/pmp.h +++ b/cpu/riscv_common/include/pmp.h @@ -21,7 +21,6 @@ * @author Bennet Blischke */ - #include #include diff --git a/cpu/riscv_common/include/thread_arch.h b/cpu/riscv_common/include/thread_arch.h index 3196484600e6..c47c53d6d167 100644 --- a/cpu/riscv_common/include/thread_arch.h +++ b/cpu/riscv_common/include/thread_arch.h @@ -19,7 +19,6 @@ * @author Koen Zandberg */ - #include "irq.h" #ifdef __cplusplus diff --git a/cpu/rpx0xx/include/cpu_conf.h b/cpu/rpx0xx/include/cpu_conf.h index 9e956f1674c1..5d85e5440abd 100644 --- a/cpu/rpx0xx/include/cpu_conf.h +++ b/cpu/rpx0xx/include/cpu_conf.h @@ -18,7 +18,6 @@ * @author Fabian Hüßler */ - #include #include "macros/units.h" diff --git a/cpu/rpx0xx/include/io_reg.h b/cpu/rpx0xx/include/io_reg.h index fe3f59b04f1f..374dd954e12b 100644 --- a/cpu/rpx0xx/include/io_reg.h +++ b/cpu/rpx0xx/include/io_reg.h @@ -26,7 +26,6 @@ * @author Fabian Hüßler */ - #include #ifdef __cplusplus diff --git a/cpu/rpx0xx/include/periph_cpu.h b/cpu/rpx0xx/include/periph_cpu.h index c42a99a8a3db..d003ef9476d6 100644 --- a/cpu/rpx0xx/include/periph_cpu.h +++ b/cpu/rpx0xx/include/periph_cpu.h @@ -19,7 +19,6 @@ * @author Marian Buschsieweke */ - #include "cpu.h" #include "vendor/RP2040.h" #include "io_reg.h" diff --git a/cpu/rpx0xx/include/pio/pio.h b/cpu/rpx0xx/include/pio/pio.h index 447ea5fb4f96..5625b0d879c9 100644 --- a/cpu/rpx0xx/include/pio/pio.h +++ b/cpu/rpx0xx/include/pio/pio.h @@ -18,7 +18,6 @@ * @author Fabian Hüßler */ - #include "periph_conf.h" #include "periph/gpio.h" #include "periph/pio.h" diff --git a/cpu/sam0_common/sam0_eth/sam0_eth_netdev.h b/cpu/sam0_common/sam0_eth/sam0_eth_netdev.h index ff6f0a9e4624..41667136221b 100644 --- a/cpu/sam0_common/sam0_eth/sam0_eth_netdev.h +++ b/cpu/sam0_common/sam0_eth/sam0_eth_netdev.h @@ -19,7 +19,6 @@ * @author Dylan Laduranty */ - #include #include "net/ethernet.h" diff --git a/cpu/sam0_common/sam0_sdhc/sdhc.c b/cpu/sam0_common/sam0_sdhc/sdhc.c index def4e6fd6f6b..2462ef18e7fc 100644 --- a/cpu/sam0_common/sam0_sdhc/sdhc.c +++ b/cpu/sam0_common/sam0_sdhc/sdhc.c @@ -137,7 +137,6 @@ static void _delay(unsigned us) } } - /** * @brief Reset the entire SDHC peripheral or a part of it * diff --git a/cpu/sam_common/include/cpu_conf.h b/cpu/sam_common/include/cpu_conf.h index 6d6cd1a6f2bc..4e599a4fe93b 100644 --- a/cpu/sam_common/include/cpu_conf.h +++ b/cpu/sam_common/include/cpu_conf.h @@ -19,7 +19,6 @@ * @author Sebastian Meiling */ - #include "cpu_conf_common.h" #include "vendor/sam.h" diff --git a/cpu/sam_common/include/periph_cpu_common.h b/cpu/sam_common/include/periph_cpu_common.h index 5958e6038909..a62ea993f4cd 100644 --- a/cpu/sam_common/include/periph_cpu_common.h +++ b/cpu/sam_common/include/periph_cpu_common.h @@ -19,7 +19,6 @@ * @author Dylan Laduranty */ - #include "cpu.h" #ifdef __cplusplus diff --git a/cpu/stm32/dist/clk_conf/clk_conf.h b/cpu/stm32/dist/clk_conf/clk_conf.h index ac0bd73705ab..f457a227e868 100644 --- a/cpu/stm32/dist/clk_conf/clk_conf.h +++ b/cpu/stm32/dist/clk_conf/clk_conf.h @@ -16,7 +16,6 @@ * @{ */ - #include #ifdef __cplusplus diff --git a/cpu/stm32/include/can_params.h b/cpu/stm32/include/can_params.h index 770f972a4d5f..0ee292d5d694 100644 --- a/cpu/stm32/include/can_params.h +++ b/cpu/stm32/include/can_params.h @@ -19,7 +19,6 @@ * @} */ - #include "can/device.h" #include "periph/can.h" diff --git a/cpu/stm32/include/candev_stm32.h b/cpu/stm32/include/candev_stm32.h index b73ec3367461..f0725bc8e88b 100644 --- a/cpu/stm32/include/candev_stm32.h +++ b/cpu/stm32/include/candev_stm32.h @@ -30,7 +30,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/clk/c0/cfg_clock_default.h b/cpu/stm32/include/clk/c0/cfg_clock_default.h index c9f21216c470..f436ba046b05 100644 --- a/cpu/stm32/include/clk/c0/cfg_clock_default.h +++ b/cpu/stm32/include/clk/c0/cfg_clock_default.h @@ -18,7 +18,6 @@ * @author Jason Parker */ - #include "cfg_clock_common_fx_gx_mp1_c0.h" #include "kernel_defines.h" #include "macros/units.h" diff --git a/cpu/stm32/include/clk/cfg_clock_common_fx_gx_mp1_c0.h b/cpu/stm32/include/clk/cfg_clock_common_fx_gx_mp1_c0.h index f0588fa4b7ea..9d2b8c83537c 100644 --- a/cpu/stm32/include/clk/cfg_clock_common_fx_gx_mp1_c0.h +++ b/cpu/stm32/include/clk/cfg_clock_common_fx_gx_mp1_c0.h @@ -22,7 +22,6 @@ * @author Alexandre Abadie */ - #include "kernel_defines.h" #ifdef __cplusplus diff --git a/cpu/stm32/include/clk/cfg_clock_common_lx_u5_wx.h b/cpu/stm32/include/clk/cfg_clock_common_lx_u5_wx.h index 346cd92909ce..0d02f77aaf11 100644 --- a/cpu/stm32/include/clk/cfg_clock_common_lx_u5_wx.h +++ b/cpu/stm32/include/clk/cfg_clock_common_lx_u5_wx.h @@ -22,7 +22,6 @@ * @author Alexandre Abadie */ - #include "kernel_defines.h" #ifdef __cplusplus diff --git a/cpu/stm32/include/clk/clk_conf.h b/cpu/stm32/include/clk/clk_conf.h index acd898d3f5df..e9fbb0f75b6c 100644 --- a/cpu/stm32/include/clk/clk_conf.h +++ b/cpu/stm32/include/clk/clk_conf.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #if defined(CPU_FAM_STM32F0) || defined(CPU_FAM_STM32F1) || \ defined(CPU_FAM_STM32F3) #include "f0f1f3/cfg_clock_default.h" diff --git a/cpu/stm32/include/clk/f0f1f3/cfg_clock_default.h b/cpu/stm32/include/clk/f0f1f3/cfg_clock_default.h index d43fa1331115..4d1a1c373b11 100644 --- a/cpu/stm32/include/clk/f0f1f3/cfg_clock_default.h +++ b/cpu/stm32/include/clk/f0f1f3/cfg_clock_default.h @@ -25,7 +25,6 @@ * */ - #include "cfg_clock_common_fx_gx_mp1_c0.h" #include "kernel_defines.h" #include "macros/units.h" diff --git a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default.h b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default.h index 72b5b73bb7be..74a967b6afe4 100644 --- a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default.h +++ b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "cfg_clock_common_fx_gx_mp1_c0.h" #include "kernel_defines.h" diff --git a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_100.h b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_100.h index f51b021736a0..f848641976eb 100644 --- a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_100.h +++ b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_100.h @@ -22,7 +22,6 @@ * @author Alexandre Abadie */ - #include "kernel_defines.h" #include "macros/units.h" diff --git a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_120.h b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_120.h index ad469100c45d..7a0396552a94 100644 --- a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_120.h +++ b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_120.h @@ -22,7 +22,6 @@ * @author Alexandre Abadie */ - #include "kernel_defines.h" #include "macros/units.h" diff --git a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180.h b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180.h index ae6d098ee2f1..56725eec728d 100644 --- a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180.h +++ b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180.h @@ -22,7 +22,6 @@ * @author Alexandre Abadie */ - #include "kernel_defines.h" #include "macros/units.h" diff --git a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216.h b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216.h index 6b0c01faffdd..ad461a2fbd68 100644 --- a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216.h +++ b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216.h @@ -22,7 +22,6 @@ * @author Alexandre Abadie */ - #include "kernel_defines.h" #include "macros/units.h" diff --git a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84.h b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84.h index dfc2d2c22a76..4869261bca79 100644 --- a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84.h +++ b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84.h @@ -22,7 +22,6 @@ * @author Alexandre Abadie */ - #include "kernel_defines.h" #include "macros/units.h" diff --git a/cpu/stm32/include/clk/g0g4/cfg_clock_default.h b/cpu/stm32/include/clk/g0g4/cfg_clock_default.h index eddcd5ab9926..1bbef1b70ae8 100644 --- a/cpu/stm32/include/clk/g0g4/cfg_clock_default.h +++ b/cpu/stm32/include/clk/g0g4/cfg_clock_default.h @@ -22,7 +22,6 @@ * @author Alexandre Abadie */ - #include "cfg_clock_common_fx_gx_mp1_c0.h" #include "kernel_defines.h" #include "macros/units.h" diff --git a/cpu/stm32/include/clk/l0l1/cfg_clock_default.h b/cpu/stm32/include/clk/l0l1/cfg_clock_default.h index f49e05543e6e..2cf9eb697398 100644 --- a/cpu/stm32/include/clk/l0l1/cfg_clock_default.h +++ b/cpu/stm32/include/clk/l0l1/cfg_clock_default.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "cfg_clock_common_lx_u5_wx.h" #include "kernel_defines.h" #include "macros/units.h" diff --git a/cpu/stm32/include/clk/l4l5wx/cfg_clock_default.h b/cpu/stm32/include/clk/l4l5wx/cfg_clock_default.h index fd505e4a0739..9f4df1d8c045 100644 --- a/cpu/stm32/include/clk/l4l5wx/cfg_clock_default.h +++ b/cpu/stm32/include/clk/l4l5wx/cfg_clock_default.h @@ -20,7 +20,6 @@ * @author Alexandre Abadie */ - #include "cfg_clock_common_lx_u5_wx.h" #include "kernel_defines.h" #include "macros/units.h" diff --git a/cpu/stm32/include/clk/mp1/cfg_clock_default.h b/cpu/stm32/include/clk/mp1/cfg_clock_default.h index ce4eea576afc..8353f023040d 100644 --- a/cpu/stm32/include/clk/mp1/cfg_clock_default.h +++ b/cpu/stm32/include/clk/mp1/cfg_clock_default.h @@ -18,7 +18,6 @@ * @author Gilles DOFFE */ - #include "cfg_clock_common_fx_gx_mp1_c0.h" #include "kernel_defines.h" #include "macros/units.h" diff --git a/cpu/stm32/include/clk/u5/cfg_clock_default.h b/cpu/stm32/include/clk/u5/cfg_clock_default.h index c82af2a2f17b..a0ef67c84f1a 100644 --- a/cpu/stm32/include/clk/u5/cfg_clock_default.h +++ b/cpu/stm32/include/clk/u5/cfg_clock_default.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "cfg_clock_common_lx_u5_wx.h" #include "kernel_defines.h" #include "macros/units.h" diff --git a/cpu/stm32/include/cpu_conf.h b/cpu/stm32/include/cpu_conf.h index 1dd0264ef7ba..3eec1d1f461a 100644 --- a/cpu/stm32/include/cpu_conf.h +++ b/cpu/stm32/include/cpu_conf.h @@ -20,7 +20,6 @@ * @author Alexandre Abadie */ - #include #include "cpu_conf_common.h" diff --git a/cpu/stm32/include/fdcandev_stm32.h b/cpu/stm32/include/fdcandev_stm32.h index bacf2b3c3a74..16b9ad227a80 100644 --- a/cpu/stm32/include/fdcandev_stm32.h +++ b/cpu/stm32/include/fdcandev_stm32.h @@ -30,7 +30,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/gpio_ll_arch.h b/cpu/stm32/include/gpio_ll_arch.h index 5b769aa75be6..2adbd6e50b0b 100644 --- a/cpu/stm32/include/gpio_ll_arch.h +++ b/cpu/stm32/include/gpio_ll_arch.h @@ -21,7 +21,6 @@ * @author Vincent Dupont */ - #include "architecture.h" #include "periph_cpu.h" diff --git a/cpu/stm32/include/lcd_fmc.h b/cpu/stm32/include/lcd_fmc.h index 8509209248c2..367e77f11e36 100644 --- a/cpu/stm32/include/lcd_fmc.h +++ b/cpu/stm32/include/lcd_fmc.h @@ -15,7 +15,6 @@ * @{ */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/c0/periph_cpu.h b/cpu/stm32/include/periph/c0/periph_cpu.h index caf4822cf269..33d13809b085 100644 --- a/cpu/stm32/include/periph/c0/periph_cpu.h +++ b/cpu/stm32/include/periph/c0/periph_cpu.h @@ -18,7 +18,6 @@ * @author Jason Parker */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/cpu_backup_ram.h b/cpu/stm32/include/periph/cpu_backup_ram.h index 950e227cd945..3dd4dc3ff211 100644 --- a/cpu/stm32/include/periph/cpu_backup_ram.h +++ b/cpu/stm32/include/periph/cpu_backup_ram.h @@ -18,7 +18,6 @@ * @author Fabian Hüßler */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/cpu_common.h b/cpu/stm32/include/periph/cpu_common.h index 0aa38057cff4..71c3f9b50281 100644 --- a/cpu/stm32/include/periph/cpu_common.h +++ b/cpu/stm32/include/periph/cpu_common.h @@ -20,7 +20,6 @@ * @author Vincent Dupont */ - #include #include "cpu_conf.h" diff --git a/cpu/stm32/include/periph/cpu_dma.h b/cpu/stm32/include/periph/cpu_dma.h index 6de19be90e9b..6938ceefcd1a 100644 --- a/cpu/stm32/include/periph/cpu_dma.h +++ b/cpu/stm32/include/periph/cpu_dma.h @@ -21,7 +21,6 @@ * @author Joshua DeWeese */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/cpu_eth.h b/cpu/stm32/include/periph/cpu_eth.h index c0395c5d7686..8d0ef8e0303d 100644 --- a/cpu/stm32/include/periph/cpu_eth.h +++ b/cpu/stm32/include/periph/cpu_eth.h @@ -20,7 +20,6 @@ * @author Vincent Dupont */ - #include #include "periph/cpu_gpio.h" @@ -160,7 +159,6 @@ typedef struct eth_dma_desc { void stm32_eth_common_init(void); #endif /* MODULE_PERIPH_ETH_COMMON */ - #ifdef __cplusplus } #endif diff --git a/cpu/stm32/include/periph/cpu_fmc.h b/cpu/stm32/include/periph/cpu_fmc.h index a92543757bd4..fc450d2ca480 100644 --- a/cpu/stm32/include/periph/cpu_fmc.h +++ b/cpu/stm32/include/periph/cpu_fmc.h @@ -54,7 +54,6 @@ * @author Gunar Schorcht */ - #include #include "cpu.h" diff --git a/cpu/stm32/include/periph/cpu_gpio.h b/cpu/stm32/include/periph/cpu_gpio.h index 0fd38d83887f..be064d1bed07 100644 --- a/cpu/stm32/include/periph/cpu_gpio.h +++ b/cpu/stm32/include/periph/cpu_gpio.h @@ -20,7 +20,6 @@ * @author Vincent Dupont */ - #include #include "cpu.h" diff --git a/cpu/stm32/include/periph/cpu_gpio_ll.h b/cpu/stm32/include/periph/cpu_gpio_ll.h index c0fd0df94faa..33db0b94b2a2 100644 --- a/cpu/stm32/include/periph/cpu_gpio_ll.h +++ b/cpu/stm32/include/periph/cpu_gpio_ll.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #include #include #include "periph_cpu.h" diff --git a/cpu/stm32/include/periph/cpu_i2c.h b/cpu/stm32/include/periph/cpu_i2c.h index a05c8f4912a1..bfc321e9d76f 100644 --- a/cpu/stm32/include/periph/cpu_i2c.h +++ b/cpu/stm32/include/periph/cpu_i2c.h @@ -20,7 +20,6 @@ * @author Vincent Dupont */ - #include #include "cpu.h" diff --git a/cpu/stm32/include/periph/cpu_ltdc.h b/cpu/stm32/include/periph/cpu_ltdc.h index 348d6a2b5774..f302cc3e5236 100644 --- a/cpu/stm32/include/periph/cpu_ltdc.h +++ b/cpu/stm32/include/periph/cpu_ltdc.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include #include "periph/cpu_gpio.h" diff --git a/cpu/stm32/include/periph/cpu_pm.h b/cpu/stm32/include/periph/cpu_pm.h index 1fb7aef22f9e..831b8fe46a93 100644 --- a/cpu/stm32/include/periph/cpu_pm.h +++ b/cpu/stm32/include/periph/cpu_pm.h @@ -20,7 +20,6 @@ * @author Vincent Dupont */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/cpu_pwm.h b/cpu/stm32/include/periph/cpu_pwm.h index 056bed80004d..d988b751f826 100644 --- a/cpu/stm32/include/periph/cpu_pwm.h +++ b/cpu/stm32/include/periph/cpu_pwm.h @@ -20,7 +20,6 @@ * @author Vincent Dupont */ - #include #include "cpu.h" diff --git a/cpu/stm32/include/periph/cpu_qdec.h b/cpu/stm32/include/periph/cpu_qdec.h index 72ff5427d03e..7b55360870df 100644 --- a/cpu/stm32/include/periph/cpu_qdec.h +++ b/cpu/stm32/include/periph/cpu_qdec.h @@ -20,7 +20,6 @@ * @author Vincent Dupont */ - #include #include "cpu.h" diff --git a/cpu/stm32/include/periph/cpu_sdmmc.h b/cpu/stm32/include/periph/cpu_sdmmc.h index 2ea3d0c027ae..0be1ad141395 100644 --- a/cpu/stm32/include/periph/cpu_sdmmc.h +++ b/cpu/stm32/include/periph/cpu_sdmmc.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #include #include "periph/cpu_dma.h" diff --git a/cpu/stm32/include/periph/cpu_spi.h b/cpu/stm32/include/periph/cpu_spi.h index 5ca8f3afc88c..4976ef332da4 100644 --- a/cpu/stm32/include/periph/cpu_spi.h +++ b/cpu/stm32/include/periph/cpu_spi.h @@ -20,7 +20,6 @@ * @author Vincent Dupont */ - #include #include "cpu.h" diff --git a/cpu/stm32/include/periph/cpu_timer.h b/cpu/stm32/include/periph/cpu_timer.h index c4e73cc643a8..5af44006447a 100644 --- a/cpu/stm32/include/periph/cpu_timer.h +++ b/cpu/stm32/include/periph/cpu_timer.h @@ -20,7 +20,6 @@ * @author Vincent Dupont */ - #include #include "cpu.h" diff --git a/cpu/stm32/include/periph/cpu_uart.h b/cpu/stm32/include/periph/cpu_uart.h index 30eaf487cc81..b3e7b2faec1a 100644 --- a/cpu/stm32/include/periph/cpu_uart.h +++ b/cpu/stm32/include/periph/cpu_uart.h @@ -20,7 +20,6 @@ * @author Vincent Dupont */ - #include #include "cpu.h" @@ -133,7 +132,6 @@ typedef struct { #endif } uart_conf_t; - #ifdef __cplusplus } #endif diff --git a/cpu/stm32/include/periph/cpu_usbdev.h b/cpu/stm32/include/periph/cpu_usbdev.h index 49eadc07a4e7..8e97b0b440bd 100644 --- a/cpu/stm32/include/periph/cpu_usbdev.h +++ b/cpu/stm32/include/periph/cpu_usbdev.h @@ -20,7 +20,6 @@ * @author Vincent Dupont */ - #include #include "periph/cpu_gpio.h" diff --git a/cpu/stm32/include/periph/cpu_vbat.h b/cpu/stm32/include/periph/cpu_vbat.h index 4acfd0aee8d7..a5769eafab65 100644 --- a/cpu/stm32/include/periph/cpu_vbat.h +++ b/cpu/stm32/include/periph/cpu_vbat.h @@ -18,7 +18,6 @@ * @author Fabian Hüßler */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/cpu_wdt.h b/cpu/stm32/include/periph/cpu_wdt.h index c269a4f9c148..eb0d52e5f556 100644 --- a/cpu/stm32/include/periph/cpu_wdt.h +++ b/cpu/stm32/include/periph/cpu_wdt.h @@ -20,7 +20,6 @@ * @author Vincent Dupont */ - #include "timex.h" #include "periph/cpu_common.h" diff --git a/cpu/stm32/include/periph/f0/periph_cpu.h b/cpu/stm32/include/periph/f0/periph_cpu.h index 4eb699d1bb2f..5a2458bc7c19 100644 --- a/cpu/stm32/include/periph/f0/periph_cpu.h +++ b/cpu/stm32/include/periph/f0/periph_cpu.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/f1/periph_cpu.h b/cpu/stm32/include/periph/f1/periph_cpu.h index c52d427dc017..696d5f3fd520 100644 --- a/cpu/stm32/include/periph/f1/periph_cpu.h +++ b/cpu/stm32/include/periph/f1/periph_cpu.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "cpu_conf.h" #ifdef __cplusplus diff --git a/cpu/stm32/include/periph/f2/periph_cpu.h b/cpu/stm32/include/periph/f2/periph_cpu.h index af668a9ac169..0f50b60c6443 100644 --- a/cpu/stm32/include/periph/f2/periph_cpu.h +++ b/cpu/stm32/include/periph/f2/periph_cpu.h @@ -20,7 +20,6 @@ * @author Aurelien Gonce */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/f3/periph_cpu.h b/cpu/stm32/include/periph/f3/periph_cpu.h index 6eb8f5900a12..b2d466c7c465 100644 --- a/cpu/stm32/include/periph/f3/periph_cpu.h +++ b/cpu/stm32/include/periph/f3/periph_cpu.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/f4/periph_cpu.h b/cpu/stm32/include/periph/f4/periph_cpu.h index 8708eb86ea79..aa3110798f70 100644 --- a/cpu/stm32/include/periph/f4/periph_cpu.h +++ b/cpu/stm32/include/periph/f4/periph_cpu.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/f7/periph_cpu.h b/cpu/stm32/include/periph/f7/periph_cpu.h index a83e937fed24..5b6f95e36ab6 100644 --- a/cpu/stm32/include/periph/f7/periph_cpu.h +++ b/cpu/stm32/include/periph/f7/periph_cpu.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/g0/periph_cpu.h b/cpu/stm32/include/periph/g0/periph_cpu.h index 3a0c52600752..ae4bf7ad4f16 100644 --- a/cpu/stm32/include/periph/g0/periph_cpu.h +++ b/cpu/stm32/include/periph/g0/periph_cpu.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/g4/periph_cpu.h b/cpu/stm32/include/periph/g4/periph_cpu.h index 64d2e6e51e60..dbfafcf09b12 100644 --- a/cpu/stm32/include/periph/g4/periph_cpu.h +++ b/cpu/stm32/include/periph/g4/periph_cpu.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/l0/periph_cpu.h b/cpu/stm32/include/periph/l0/periph_cpu.h index 7e90436e2c4b..1ab502a5025f 100644 --- a/cpu/stm32/include/periph/l0/periph_cpu.h +++ b/cpu/stm32/include/periph/l0/periph_cpu.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/l1/periph_cpu.h b/cpu/stm32/include/periph/l1/periph_cpu.h index b9391fa954a6..7ff29d4f8858 100644 --- a/cpu/stm32/include/periph/l1/periph_cpu.h +++ b/cpu/stm32/include/periph/l1/periph_cpu.h @@ -20,7 +20,6 @@ * @author Katja Kirstein */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/l4/periph_cpu.h b/cpu/stm32/include/periph/l4/periph_cpu.h index 7e8a68c7915f..6808d09c599f 100644 --- a/cpu/stm32/include/periph/l4/periph_cpu.h +++ b/cpu/stm32/include/periph/l4/periph_cpu.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/l5/periph_cpu.h b/cpu/stm32/include/periph/l5/periph_cpu.h index 952fe5f65d15..244cf7321fe6 100644 --- a/cpu/stm32/include/periph/l5/periph_cpu.h +++ b/cpu/stm32/include/periph/l5/periph_cpu.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/u5/periph_cpu.h b/cpu/stm32/include/periph/u5/periph_cpu.h index faefaa0beca4..eab3638943bd 100644 --- a/cpu/stm32/include/periph/u5/periph_cpu.h +++ b/cpu/stm32/include/periph/u5/periph_cpu.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/wb/periph_cpu.h b/cpu/stm32/include/periph/wb/periph_cpu.h index 249d852ed514..6b27f629b0e7 100644 --- a/cpu/stm32/include/periph/wb/periph_cpu.h +++ b/cpu/stm32/include/periph/wb/periph_cpu.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph/wl/periph_cpu.h b/cpu/stm32/include/periph/wl/periph_cpu.h index aed7b479f707..8ae19546aefb 100644 --- a/cpu/stm32/include/periph/wl/periph_cpu.h +++ b/cpu/stm32/include/periph/wl/periph_cpu.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/cpu/stm32/include/periph_cpu.h b/cpu/stm32/include/periph_cpu.h index 7160d80cf5cb..710f87a15282 100644 --- a/cpu/stm32/include/periph_cpu.h +++ b/cpu/stm32/include/periph_cpu.h @@ -20,7 +20,6 @@ * @author Vincent Dupont */ - #include #include "cpu.h" diff --git a/cpu/stm32/include/stmclk.h b/cpu/stm32/include/stmclk.h index 887487d8ac7e..4f3175b5b4f8 100644 --- a/cpu/stm32/include/stmclk.h +++ b/cpu/stm32/include/stmclk.h @@ -21,7 +21,6 @@ * @author Hauke Petersen */ - #include #ifdef __cplusplus diff --git a/cpu/stm32/include/tinyusb_hw_defaults.h b/cpu/stm32/include/tinyusb_hw_defaults.h index 08a3ed197742..bdb6c2a77ed6 100644 --- a/cpu/stm32/include/tinyusb_hw_defaults.h +++ b/cpu/stm32/include/tinyusb_hw_defaults.h @@ -33,7 +33,6 @@ * @author Gunar Schorcht */ - #include "periph_conf.h" #if !DOXYGEN diff --git a/cpu/stm32/include/usbdev_stm32.h b/cpu/stm32/include/usbdev_stm32.h index 0f06e1f014a5..7302cc791e3f 100644 --- a/cpu/stm32/include/usbdev_stm32.h +++ b/cpu/stm32/include/usbdev_stm32.h @@ -37,7 +37,6 @@ * @author Koen Zandberg */ - #include #include #include "periph_cpu.h" diff --git a/cpu/stm32/periph/fdcan.c b/cpu/stm32/periph/fdcan.c index bfb5a66f312c..7c47d9653e5b 100644 --- a/cpu/stm32/periph/fdcan.c +++ b/cpu/stm32/periph/fdcan.c @@ -489,7 +489,6 @@ static int set_extended_filter(FDCAN_GlobalTypeDef *can, uint32_t fr1, uint32_t *fle_ram_address_f1 |= (fr2 & CAN_EFF_MASK) /* Filter mask */ | FDCAN_SRAM_FLE_F1_EFT_CLASSIC; /* Set classic filter type */ - DEBUG("%s: FDCAN%u extended filter %u F0 value is %lx\n", __func__, get_channel_id(can), filter_id, diff --git a/cpu/stm32/stmclk/stmclk_u5.c b/cpu/stm32/stmclk/stmclk_u5.c index fbd751eec8e0..6ea9e60aef91 100644 --- a/cpu/stm32/stmclk/stmclk_u5.c +++ b/cpu/stm32/stmclk/stmclk_u5.c @@ -21,7 +21,6 @@ #include "stmclk.h" #include "periph_conf.h" - #define RCC_CFGR1_SW_MSI (0x00000000U) #define RCC_CFGR1_SW_HSI (RCC_CFGR1_SW_0) #define RCC_CFGR1_SW_HSE (RCC_CFGR1_SW_1) diff --git a/drivers/abp2/include/abp2_params.h b/drivers/abp2/include/abp2_params.h index 81a150753878..c59e028e310f 100644 --- a/drivers/abp2/include/abp2_params.h +++ b/drivers/abp2/include/abp2_params.h @@ -19,7 +19,6 @@ * @author David Picard */ - #include "board.h" #include "saul_reg.h" #include "abp2.h" diff --git a/drivers/ad7746/include/ad7746_internal.h b/drivers/ad7746/include/ad7746_internal.h index 5878442e6da0..461720d35fe7 100644 --- a/drivers/ad7746/include/ad7746_internal.h +++ b/drivers/ad7746/include/ad7746_internal.h @@ -18,7 +18,6 @@ * @author Leandro Lanzieri */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/ad7746/include/ad7746_params.h b/drivers/ad7746/include/ad7746_params.h index bf4b545000c0..d87981dac328 100644 --- a/drivers/ad7746/include/ad7746_params.h +++ b/drivers/ad7746/include/ad7746_params.h @@ -19,7 +19,6 @@ * @author Leandro Lanzieri */ - #include "board.h" #include "saul_reg.h" #include "ad7746.h" diff --git a/drivers/adcxx1c/include/adcxx1c_params.h b/drivers/adcxx1c/include/adcxx1c_params.h index 39f941d3b226..d49f470f8a6e 100644 --- a/drivers/adcxx1c/include/adcxx1c_params.h +++ b/drivers/adcxx1c/include/adcxx1c_params.h @@ -19,7 +19,6 @@ * @} */ - #include "board.h" #include "saul_reg.h" #include "adcxx1c.h" diff --git a/drivers/adcxx1c/include/adcxx1c_regs.h b/drivers/adcxx1c/include/adcxx1c_regs.h index 612fa7567625..2646228ae7b4 100644 --- a/drivers/adcxx1c/include/adcxx1c_regs.h +++ b/drivers/adcxx1c/include/adcxx1c_regs.h @@ -18,7 +18,6 @@ * @author Vincent Dupont */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/ads101x/include/ads101x_params.h b/drivers/ads101x/include/ads101x_params.h index 8933a1db8c5b..036403d5d900 100644 --- a/drivers/ads101x/include/ads101x_params.h +++ b/drivers/ads101x/include/ads101x_params.h @@ -20,7 +20,6 @@ * @author Matthew Blue */ - #include "board.h" #include "saul_reg.h" #include "ads101x.h" diff --git a/drivers/ads101x/include/ads101x_regs.h b/drivers/ads101x/include/ads101x_regs.h index d80c367643cc..dfc92e5d71e2 100644 --- a/drivers/ads101x/include/ads101x_regs.h +++ b/drivers/ads101x/include/ads101x_regs.h @@ -20,7 +20,6 @@ * @author Matthew Blue */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/adxl345/include/adxl345_params.h b/drivers/adxl345/include/adxl345_params.h index 102fcf6a9f8a..8f3ff96bb4db 100644 --- a/drivers/adxl345/include/adxl345_params.h +++ b/drivers/adxl345/include/adxl345_params.h @@ -18,7 +18,6 @@ * @author Dylan Laduranty */ - #include "board.h" #include "saul_reg.h" #include "adxl345.h" diff --git a/drivers/adxl345/include/adxl345_regs.h b/drivers/adxl345/include/adxl345_regs.h index 9f37686a8551..197b2e4b1759 100644 --- a/drivers/adxl345/include/adxl345_regs.h +++ b/drivers/adxl345/include/adxl345_regs.h @@ -18,7 +18,6 @@ * @author Dylan Laduranty */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/aip31068/include/aip31068_internal.h b/drivers/aip31068/include/aip31068_internal.h index 285ce15ae55e..7a94ca4a01c3 100644 --- a/drivers/aip31068/include/aip31068_internal.h +++ b/drivers/aip31068/include/aip31068_internal.h @@ -16,7 +16,6 @@ * @{ */ - #ifdef __cplusplus extern "C" { diff --git a/drivers/aip31068/include/aip31068_regs.h b/drivers/aip31068/include/aip31068_regs.h index 3521b6fe1fb5..3f926e2738c3 100644 --- a/drivers/aip31068/include/aip31068_regs.h +++ b/drivers/aip31068/include/aip31068_regs.h @@ -16,7 +16,6 @@ * @{ */ - #include "bitarithm.h" #ifdef __cplusplus diff --git a/drivers/apa102/include/apa102_params.h b/drivers/apa102/include/apa102_params.h index 900549be11a7..0f9bc28c85e4 100644 --- a/drivers/apa102/include/apa102_params.h +++ b/drivers/apa102/include/apa102_params.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "board.h" #ifdef __cplusplus diff --git a/drivers/apds99xx/include/apds99xx_params.h b/drivers/apds99xx/include/apds99xx_params.h index df62e38ca3d9..feba6973725f 100644 --- a/drivers/apds99xx/include/apds99xx_params.h +++ b/drivers/apds99xx/include/apds99xx_params.h @@ -16,7 +16,6 @@ * @{ */ - #include "board.h" #include "apds99xx.h" #include "saul_reg.h" diff --git a/drivers/apds99xx/include/apds99xx_regs.h b/drivers/apds99xx/include/apds99xx_regs.h index 50d76841b754..85c69a952d04 100644 --- a/drivers/apds99xx/include/apds99xx_regs.h +++ b/drivers/apds99xx/include/apds99xx_regs.h @@ -16,7 +16,6 @@ * @{ */ - #ifdef __cplusplus extern "C" { diff --git a/drivers/at/at.c b/drivers/at/at.c index d4fc81476a0a..6d26a3952a98 100644 --- a/drivers/at/at.c +++ b/drivers/at/at.c @@ -25,7 +25,6 @@ #define AT_PRINT_INCOMING (0) #endif - #if defined(MODULE_AT_URC) static int _check_urc(clist_node_t *node, void *arg); #endif diff --git a/drivers/at24cxxx/include/at24cxxx_defines.h b/drivers/at24cxxx/include/at24cxxx_defines.h index eb23117991e7..0a6109ba015e 100644 --- a/drivers/at24cxxx/include/at24cxxx_defines.h +++ b/drivers/at24cxxx/include/at24cxxx_defines.h @@ -23,7 +23,6 @@ * @author Fabian Hüßler */ - #include "kernel_defines.h" #ifdef __cplusplus diff --git a/drivers/at24cxxx/include/at24cxxx_params.h b/drivers/at24cxxx/include/at24cxxx_params.h index a52b1e94a68a..0250116a96a0 100644 --- a/drivers/at24cxxx/include/at24cxxx_params.h +++ b/drivers/at24cxxx/include/at24cxxx_params.h @@ -18,7 +18,6 @@ * @author Fabian Hüßler */ - #include "board.h" #include "periph/gpio.h" #include "at24cxxx_defines.h" diff --git a/drivers/at24mac/include/at24mac_params.h b/drivers/at24mac/include/at24mac_params.h index 07b57bb505d9..c6d8029faac8 100644 --- a/drivers/at24mac/include/at24mac_params.h +++ b/drivers/at24mac/include/at24mac_params.h @@ -18,7 +18,6 @@ * @author Benjamin Valentin */ - #include "board.h" #include "at24mac.h" diff --git a/drivers/at25xxx/include/at25xxx_constants.h b/drivers/at25xxx/include/at25xxx_constants.h index cba327714cb7..80e5b9a00c3a 100644 --- a/drivers/at25xxx/include/at25xxx_constants.h +++ b/drivers/at25xxx/include/at25xxx_constants.h @@ -19,7 +19,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/at25xxx/include/at25xxx_params.h b/drivers/at25xxx/include/at25xxx_params.h index 148c231393a8..0cb5fe36642c 100644 --- a/drivers/at25xxx/include/at25xxx_params.h +++ b/drivers/at25xxx/include/at25xxx_params.h @@ -18,7 +18,6 @@ * @author Benjamin Valentin */ - #include "board.h" #include "at25xxx.h" diff --git a/drivers/at86rf215/include/at86rf215_internal.h b/drivers/at86rf215/include/at86rf215_internal.h index a9f48c9b5205..e771939ed7a3 100644 --- a/drivers/at86rf215/include/at86rf215_internal.h +++ b/drivers/at86rf215/include/at86rf215_internal.h @@ -18,7 +18,6 @@ * @author Benjamin Valentin */ - #include #include "at86rf215.h" #include "at86rf215_registers.h" diff --git a/drivers/at86rf215/include/at86rf215_netdev.h b/drivers/at86rf215/include/at86rf215_netdev.h index b59d7f02e9db..4d6a4de97a9e 100644 --- a/drivers/at86rf215/include/at86rf215_netdev.h +++ b/drivers/at86rf215/include/at86rf215_netdev.h @@ -18,7 +18,6 @@ * @author Benjamin Valentin */ - #include "net/netdev.h" #ifdef __cplusplus diff --git a/drivers/at86rf215/include/at86rf215_params.h b/drivers/at86rf215/include/at86rf215_params.h index e4a3b20e5101..3ba38861de1d 100644 --- a/drivers/at86rf215/include/at86rf215_params.h +++ b/drivers/at86rf215/include/at86rf215_params.h @@ -18,7 +18,6 @@ * @author Benjamin Valentin */ - #include "at86rf215.h" #include "board.h" diff --git a/drivers/at86rf215/include/at86rf215_registers.h b/drivers/at86rf215/include/at86rf215_registers.h index cb88e5109202..c1de198b9d41 100644 --- a/drivers/at86rf215/include/at86rf215_registers.h +++ b/drivers/at86rf215/include/at86rf215_registers.h @@ -18,7 +18,6 @@ * @author Benjamin Valentin */ - #include #include "vendor/at86rf215.h" diff --git a/drivers/at86rf2xx/at86rf2xx_getset.c b/drivers/at86rf2xx/at86rf2xx_getset.c index 56f6332430eb..70cd8e5fa7b7 100644 --- a/drivers/at86rf2xx/at86rf2xx_getset.c +++ b/drivers/at86rf2xx/at86rf2xx_getset.c @@ -214,7 +214,6 @@ void at86rf2xx_configure_phy(at86rf2xx_t *dev, uint8_t chan, uint8_t page, int16 at86rf2xx_set_state(dev, prev_state); } - int8_t at86rf2xx_get_rxsensitivity(const at86rf2xx_t *dev) { uint8_t rxsens = at86rf2xx_reg_read(dev, AT86RF2XX_REG__RX_SYN) diff --git a/drivers/at86rf2xx/include/at86rf2xx_internal.h b/drivers/at86rf2xx/include/at86rf2xx_internal.h index 0e6a7ca009ca..b89efea7aa17 100644 --- a/drivers/at86rf2xx/include/at86rf2xx_internal.h +++ b/drivers/at86rf2xx/include/at86rf2xx_internal.h @@ -23,7 +23,6 @@ * @author Sebastian Meiling */ - #include #include "at86rf2xx.h" diff --git a/drivers/at86rf2xx/include/at86rf2xx_netdev.h b/drivers/at86rf2xx/include/at86rf2xx_netdev.h index 68d1d049e106..d4902f39a1a0 100644 --- a/drivers/at86rf2xx/include/at86rf2xx_netdev.h +++ b/drivers/at86rf2xx/include/at86rf2xx_netdev.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "net/netdev.h" #ifdef __cplusplus diff --git a/drivers/at86rf2xx/include/at86rf2xx_params.h b/drivers/at86rf2xx/include/at86rf2xx_params.h index 79eab3e2b101..cf5c7359dc70 100644 --- a/drivers/at86rf2xx/include/at86rf2xx_params.h +++ b/drivers/at86rf2xx/include/at86rf2xx_params.h @@ -19,7 +19,6 @@ * @author Hauke Petersen */ - #include "at86rf2xx.h" #include "board.h" diff --git a/drivers/at86rf2xx/include/at86rf2xx_registers.h b/drivers/at86rf2xx/include/at86rf2xx_registers.h index f8429f0f3025..4ad68e839c20 100644 --- a/drivers/at86rf2xx/include/at86rf2xx_registers.h +++ b/drivers/at86rf2xx/include/at86rf2xx_registers.h @@ -23,7 +23,6 @@ * @author Kévin Roussel */ - #include "at86rf2xx.h" #ifdef __cplusplus diff --git a/drivers/ata8520e/include/ata8520e_internals.h b/drivers/ata8520e/include/ata8520e_internals.h index 46049b3c9293..7fe3b349c2a0 100644 --- a/drivers/ata8520e/include/ata8520e_internals.h +++ b/drivers/ata8520e/include/ata8520e_internals.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/ata8520e/include/ata8520e_params.h b/drivers/ata8520e/include/ata8520e_params.h index c6c4b7241e90..e11e3df5f20b 100644 --- a/drivers/ata8520e/include/ata8520e_params.h +++ b/drivers/ata8520e/include/ata8520e_params.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "board.h" #include "ata8520e.h" diff --git a/drivers/atwinc15x0/include/atwinc15x0_internal.h b/drivers/atwinc15x0/include/atwinc15x0_internal.h index ed2ad4ab9b9c..c966bdbf190a 100644 --- a/drivers/atwinc15x0/include/atwinc15x0_internal.h +++ b/drivers/atwinc15x0/include/atwinc15x0_internal.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #include #include diff --git a/drivers/atwinc15x0/include/atwinc15x0_params.h b/drivers/atwinc15x0/include/atwinc15x0_params.h index b9e9432ff326..61a97a095826 100644 --- a/drivers/atwinc15x0/include/atwinc15x0_params.h +++ b/drivers/atwinc15x0/include/atwinc15x0_params.h @@ -18,7 +18,6 @@ * @author Gunar Schorcht */ - #include "board.h" #ifdef __cplusplus diff --git a/drivers/atwinc15x0/include/bsp/include/nm_bsp_internal.h b/drivers/atwinc15x0/include/bsp/include/nm_bsp_internal.h index ebb3425d8bca..4a2d090dbf6c 100644 --- a/drivers/atwinc15x0/include/bsp/include/nm_bsp_internal.h +++ b/drivers/atwinc15x0/include/bsp/include/nm_bsp_internal.h @@ -20,7 +20,6 @@ * @author Gunar Schorcht */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/bh1750fvi/include/bh1750fvi_internal.h b/drivers/bh1750fvi/include/bh1750fvi_internal.h index 56e4cad3acac..770ce6de6639 100644 --- a/drivers/bh1750fvi/include/bh1750fvi_internal.h +++ b/drivers/bh1750fvi/include/bh1750fvi_internal.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/bh1750fvi/include/bh1750fvi_params.h b/drivers/bh1750fvi/include/bh1750fvi_params.h index a35532df484f..86f814bcb067 100644 --- a/drivers/bh1750fvi/include/bh1750fvi_params.h +++ b/drivers/bh1750fvi/include/bh1750fvi_params.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "board.h" #include "bh1750fvi.h" diff --git a/drivers/bh1900nux/include/bh1900nux_params.h b/drivers/bh1900nux/include/bh1900nux_params.h index 571c68839d4f..cff6737e8970 100644 --- a/drivers/bh1900nux/include/bh1900nux_params.h +++ b/drivers/bh1900nux/include/bh1900nux_params.h @@ -18,7 +18,6 @@ * @author Wouter Symons */ - #include "board.h" #include "bh1900nux.h" diff --git a/drivers/bme680/include/bme680_params.h b/drivers/bme680/include/bme680_params.h index 48ae72dc21b9..03e0e1687d03 100644 --- a/drivers/bme680/include/bme680_params.h +++ b/drivers/bme680/include/bme680_params.h @@ -20,7 +20,6 @@ * @author Gunar Schorcht */ - #include "board.h" #include "bme680.h" #include "saul_reg.h" diff --git a/drivers/bmp180/include/bmp180_internals.h b/drivers/bmp180/include/bmp180_internals.h index 1e920e9e41f1..22defc9ccad9 100644 --- a/drivers/bmp180/include/bmp180_internals.h +++ b/drivers/bmp180/include/bmp180_internals.h @@ -19,7 +19,6 @@ * @author Alexandre Abadie */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/bmp180/include/bmp180_params.h b/drivers/bmp180/include/bmp180_params.h index 4541fa5589ba..5df63551a3a3 100644 --- a/drivers/bmp180/include/bmp180_params.h +++ b/drivers/bmp180/include/bmp180_params.h @@ -20,7 +20,6 @@ * @author Alexandre Abadie */ - #include "board.h" #include "bmp180.h" #include "bmp180_internals.h" diff --git a/drivers/bmx055/bmx055_internal.h b/drivers/bmx055/bmx055_internal.h index 4162d7a7a8ac..9f819398feb1 100644 --- a/drivers/bmx055/bmx055_internal.h +++ b/drivers/bmx055/bmx055_internal.h @@ -18,7 +18,6 @@ * @author Semjon Kerner */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/bmx055/include/bmx055_params.h b/drivers/bmx055/include/bmx055_params.h index ad14581612f9..b4f34afabc5d 100644 --- a/drivers/bmx055/include/bmx055_params.h +++ b/drivers/bmx055/include/bmx055_params.h @@ -18,7 +18,6 @@ * @author Semjon Kerner */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/bmx280/include/bmx280_internals.h b/drivers/bmx280/include/bmx280_internals.h index 22e1ae296927..819477cbe97e 100644 --- a/drivers/bmx280/include/bmx280_internals.h +++ b/drivers/bmx280/include/bmx280_internals.h @@ -20,7 +20,6 @@ * @author Alexandre Abadie */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/bmx280/include/bmx280_params.h b/drivers/bmx280/include/bmx280_params.h index 3cb188f36759..0118c0323333 100644 --- a/drivers/bmx280/include/bmx280_params.h +++ b/drivers/bmx280/include/bmx280_params.h @@ -22,7 +22,6 @@ * @author Hauke Petersen */ - #include "board.h" #include "bmx280.h" #include "saul_reg.h" diff --git a/drivers/bq2429x/include/bq2429x_internal.h b/drivers/bq2429x/include/bq2429x_internal.h index 187a9fc585c3..3a327a182c7c 100644 --- a/drivers/bq2429x/include/bq2429x_internal.h +++ b/drivers/bq2429x/include/bq2429x_internal.h @@ -19,7 +19,6 @@ * @author Jean Pierre Dudey */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/bq2429x/include/bq2429x_params.h b/drivers/bq2429x/include/bq2429x_params.h index c710c38fef21..2c295fa9594b 100644 --- a/drivers/bq2429x/include/bq2429x_params.h +++ b/drivers/bq2429x/include/bq2429x_params.h @@ -18,7 +18,6 @@ * @author Jean Pierre Dudey */ - #include "board.h" #include "bq2429x.h" diff --git a/drivers/cc110x/include/cc110x_calibration.h b/drivers/cc110x/include/cc110x_calibration.h index c104c61418e1..c58d60cbbff4 100644 --- a/drivers/cc110x/include/cc110x_calibration.h +++ b/drivers/cc110x/include/cc110x_calibration.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/cc110x/include/cc110x_communication.h b/drivers/cc110x/include/cc110x_communication.h index 105897b63e1d..e7e9ee52886c 100644 --- a/drivers/cc110x/include/cc110x_communication.h +++ b/drivers/cc110x/include/cc110x_communication.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #include "periph/gpio.h" #include "periph/spi.h" #include "cc110x.h" diff --git a/drivers/cc110x/include/cc110x_constants.h b/drivers/cc110x/include/cc110x_constants.h index 13f43931a9a6..7ab9d1585076 100644 --- a/drivers/cc110x/include/cc110x_constants.h +++ b/drivers/cc110x/include/cc110x_constants.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/cc110x/include/cc110x_internal.h b/drivers/cc110x/include/cc110x_internal.h index 5b821116008f..f931e548afc4 100644 --- a/drivers/cc110x/include/cc110x_internal.h +++ b/drivers/cc110x/include/cc110x_internal.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #include "cc110x_calibration.h" #include "cc110x_communication.h" #include "cc110x_constants.h" diff --git a/drivers/cc110x/include/cc110x_netdev.h b/drivers/cc110x/include/cc110x_netdev.h index 875dfbc6d338..fc43c0d79964 100644 --- a/drivers/cc110x/include/cc110x_netdev.h +++ b/drivers/cc110x/include/cc110x_netdev.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #include "net/netdev.h" #ifdef __cplusplus diff --git a/drivers/cc110x/include/cc110x_params.h b/drivers/cc110x/include/cc110x_params.h index bab59e86b5d1..4bfccdad0190 100644 --- a/drivers/cc110x/include/cc110x_params.h +++ b/drivers/cc110x/include/cc110x_params.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #include "board.h" #include "cc110x_settings.h" diff --git a/drivers/cc110x/include/cc110x_rx_tx.h b/drivers/cc110x/include/cc110x_rx_tx.h index 9cae4529e808..312971eed8c0 100644 --- a/drivers/cc110x/include/cc110x_rx_tx.h +++ b/drivers/cc110x/include/cc110x_rx_tx.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/cc110x/include/cc110x_settings.h b/drivers/cc110x/include/cc110x_settings.h index bab3556f44f2..fb23122e1b15 100644 --- a/drivers/cc110x/include/cc110x_settings.h +++ b/drivers/cc110x/include/cc110x_settings.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #include #ifdef __cplusplus diff --git a/drivers/cc2420/include/cc2420_netdev.h b/drivers/cc2420/include/cc2420_netdev.h index f11e2a150bde..f61da99ccf5e 100644 --- a/drivers/cc2420/include/cc2420_netdev.h +++ b/drivers/cc2420/include/cc2420_netdev.h @@ -21,7 +21,6 @@ * */ - #include "net/netdev.h" #ifdef __cplusplus diff --git a/drivers/cc2420/include/cc2420_params.h b/drivers/cc2420/include/cc2420_params.h index 6c654589ff6c..1bd98fa87fa4 100644 --- a/drivers/cc2420/include/cc2420_params.h +++ b/drivers/cc2420/include/cc2420_params.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "board.h" #include "cc2420.h" diff --git a/drivers/cc2420/include/cc2420_registers.h b/drivers/cc2420/include/cc2420_registers.h index 7ef888b8a633..7b43b9d5539b 100644 --- a/drivers/cc2420/include/cc2420_registers.h +++ b/drivers/cc2420/include/cc2420_registers.h @@ -20,7 +20,6 @@ * @author Francisco Acosta */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/ccs811/include/ccs811_params.h b/drivers/ccs811/include/ccs811_params.h index 64f562941d90..2e6283b70b46 100644 --- a/drivers/ccs811/include/ccs811_params.h +++ b/drivers/ccs811/include/ccs811_params.h @@ -16,7 +16,6 @@ * @{ */ - #include "board.h" #include "ccs811.h" #include "saul_reg.h" diff --git a/drivers/ccs811/include/ccs811_regs.h b/drivers/ccs811/include/ccs811_regs.h index 93f3a6675f23..c2d62f37f27b 100644 --- a/drivers/ccs811/include/ccs811_regs.h +++ b/drivers/ccs811/include/ccs811_regs.h @@ -16,7 +16,6 @@ * @{ */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/cst816s/include/cst816s_params.h b/drivers/cst816s/include/cst816s_params.h index 092d5b1d8fe2..8eb82b0eb082 100644 --- a/drivers/cst816s/include/cst816s_params.h +++ b/drivers/cst816s/include/cst816s_params.h @@ -19,7 +19,6 @@ * @author Koen Zandberg */ - #include "board.h" #include "cst816s.h" diff --git a/drivers/cst816s/include/cst816s_touch_dev.h b/drivers/cst816s/include/cst816s_touch_dev.h index 9322ebe74392..cd4777ac5ab2 100644 --- a/drivers/cst816s/include/cst816s_touch_dev.h +++ b/drivers/cst816s/include/cst816s_touch_dev.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "touch_dev.h" #ifdef __cplusplus diff --git a/drivers/dac_dds/include/dac_dds_params.h b/drivers/dac_dds/include/dac_dds_params.h index 9f51b0a1bb4d..b51398522f0b 100644 --- a/drivers/dac_dds/include/dac_dds_params.h +++ b/drivers/dac_dds/include/dac_dds_params.h @@ -18,7 +18,6 @@ * @author Benjamin Valentin */ - #include "board.h" #include "macros/units.h" diff --git a/drivers/dcf77/include/dcf77_params.h b/drivers/dcf77/include/dcf77_params.h index 779ffeb69e49..9a6051956c6d 100644 --- a/drivers/dcf77/include/dcf77_params.h +++ b/drivers/dcf77/include/dcf77_params.h @@ -18,7 +18,6 @@ * @author Michel Gerlach */ - #include "board.h" #include "dcf77.h" diff --git a/drivers/dfplayer/include/dfplayer_constants.h b/drivers/dfplayer/include/dfplayer_constants.h index aa6fd2410514..55364751059b 100644 --- a/drivers/dfplayer/include/dfplayer_constants.h +++ b/drivers/dfplayer/include/dfplayer_constants.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #include #include #include diff --git a/drivers/dfplayer/include/dfplayer_internal.h b/drivers/dfplayer/include/dfplayer_internal.h index b8dfda295895..229a890d0166 100644 --- a/drivers/dfplayer/include/dfplayer_internal.h +++ b/drivers/dfplayer/include/dfplayer_internal.h @@ -17,7 +17,6 @@ * @author Marian Buschsieweke */ - #include #include "dfplayer_types.h" diff --git a/drivers/dfplayer/include/dfplayer_params.h b/drivers/dfplayer/include/dfplayer_params.h index 56f506f47ab7..c9064622c691 100644 --- a/drivers/dfplayer/include/dfplayer_params.h +++ b/drivers/dfplayer/include/dfplayer_params.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #include "board.h" #include "dfplayer_types.h" #include "kernel_defines.h" diff --git a/drivers/dfplayer/include/dfplayer_types.h b/drivers/dfplayer/include/dfplayer_types.h index 20f8701dade9..1effbd96da66 100644 --- a/drivers/dfplayer/include/dfplayer_types.h +++ b/drivers/dfplayer/include/dfplayer_types.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #include #include diff --git a/drivers/dht/include/dht_params.h b/drivers/dht/include/dht_params.h index 87a1c84709a2..171967034b31 100644 --- a/drivers/dht/include/dht_params.h +++ b/drivers/dht/include/dht_params.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "board.h" #include "dht.h" #include "saul_reg.h" diff --git a/drivers/dose/include/dose_params.h b/drivers/dose/include/dose_params.h index 845b39d7e7e7..69d4652bbf72 100644 --- a/drivers/dose/include/dose_params.h +++ b/drivers/dose/include/dose_params.h @@ -18,7 +18,6 @@ * @author Juergen Fitschen */ - #include "board.h" #ifdef __cplusplus diff --git a/drivers/ds18/ds18_internal.h b/drivers/ds18/ds18_internal.h index bd538f6ad5c0..4bc48a377cc1 100644 --- a/drivers/ds18/ds18_internal.h +++ b/drivers/ds18/ds18_internal.h @@ -20,7 +20,6 @@ * @author Leandro Lanzieri */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/ds18/include/ds18_params.h b/drivers/ds18/include/ds18_params.h index 1b2400a7ae9f..2fc20b3dc9d3 100644 --- a/drivers/ds18/include/ds18_params.h +++ b/drivers/ds18/include/ds18_params.h @@ -18,7 +18,6 @@ * @author Frits Kuipers */ - #include "board.h" #include "ds18.h" #include "saul_reg.h" diff --git a/drivers/ds3234/include/ds3234_params.h b/drivers/ds3234/include/ds3234_params.h index 5301b72d6847..17ce7e1cafe2 100644 --- a/drivers/ds3234/include/ds3234_params.h +++ b/drivers/ds3234/include/ds3234_params.h @@ -18,7 +18,6 @@ * @author Joakim Nohlgård */ - #include "board.h" #include "ds3234.h" diff --git a/drivers/ds3234/include/ds3234_regs.h b/drivers/ds3234/include/ds3234_regs.h index 52197736a539..d56a0c175742 100644 --- a/drivers/ds3234/include/ds3234_regs.h +++ b/drivers/ds3234/include/ds3234_regs.h @@ -18,7 +18,6 @@ * @author Joakim Nohlgård */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/ds75lx/include/ds75lx_internals.h b/drivers/ds75lx/include/ds75lx_internals.h index 8925baf8b534..3ea76c4b3bdd 100644 --- a/drivers/ds75lx/include/ds75lx_internals.h +++ b/drivers/ds75lx/include/ds75lx_internals.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/ds75lx/include/ds75lx_params.h b/drivers/ds75lx/include/ds75lx_params.h index e54cbea43601..e06ca3f520aa 100644 --- a/drivers/ds75lx/include/ds75lx_params.h +++ b/drivers/ds75lx/include/ds75lx_params.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "board.h" #include "ds75lx.h" #include "ds75lx_internals.h" diff --git a/drivers/dsp0401/include/dsp0401_params.h b/drivers/dsp0401/include/dsp0401_params.h index 5b31bc22daa5..fdb21b702f7d 100644 --- a/drivers/dsp0401/include/dsp0401_params.h +++ b/drivers/dsp0401/include/dsp0401_params.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "board.h" #include "dsp0401.h" #include "periph/gpio.h" diff --git a/drivers/dynamixel/include/dynamixel_crc.h b/drivers/dynamixel/include/dynamixel_crc.h index 474213482cd1..dec593e009aa 100644 --- a/drivers/dynamixel/include/dynamixel_crc.h +++ b/drivers/dynamixel/include/dynamixel_crc.h @@ -19,7 +19,6 @@ * @author Loïc Dauphin */ - #include #include diff --git a/drivers/dynamixel/include/dynamixel_protocol.h b/drivers/dynamixel/include/dynamixel_protocol.h index 1f0496dac086..5791a508a5ed 100644 --- a/drivers/dynamixel/include/dynamixel_protocol.h +++ b/drivers/dynamixel/include/dynamixel_protocol.h @@ -19,7 +19,6 @@ * @author Loïc Dauphin */ - #include #ifdef __cplusplus diff --git a/drivers/dynamixel/include/dynamixel_reader.h b/drivers/dynamixel/include/dynamixel_reader.h index 05cb72b2c8aa..7bb950b3b624 100644 --- a/drivers/dynamixel/include/dynamixel_reader.h +++ b/drivers/dynamixel/include/dynamixel_reader.h @@ -19,7 +19,6 @@ * @author Loïc Dauphin */ - #include #include diff --git a/drivers/dynamixel/include/dynamixel_writer.h b/drivers/dynamixel/include/dynamixel_writer.h index 614ff146cecf..f3fca490e57a 100644 --- a/drivers/dynamixel/include/dynamixel_writer.h +++ b/drivers/dynamixel/include/dynamixel_writer.h @@ -19,7 +19,6 @@ * @author Loïc Dauphin */ - #include "dynamixel_protocol.h" #include #include diff --git a/drivers/enc28j60/include/enc28j60_params.h b/drivers/enc28j60/include/enc28j60_params.h index 48036ffe62ee..04c2d365795b 100644 --- a/drivers/enc28j60/include/enc28j60_params.h +++ b/drivers/enc28j60/include/enc28j60_params.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "board.h" #ifdef __cplusplus diff --git a/drivers/enc28j60/include/enc28j60_regs.h b/drivers/enc28j60/include/enc28j60_regs.h index 715204bb7013..fc74ccc4212c 100644 --- a/drivers/enc28j60/include/enc28j60_regs.h +++ b/drivers/enc28j60/include/enc28j60_regs.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/encx24j600/include/encx24j600_defines.h b/drivers/encx24j600/include/encx24j600_defines.h index 027da2811e9a..063d9f86e9a4 100644 --- a/drivers/encx24j600/include/encx24j600_defines.h +++ b/drivers/encx24j600/include/encx24j600_defines.h @@ -19,7 +19,6 @@ * @author Kaspar Schleiser */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/encx24j600/include/encx24j600_internal.h b/drivers/encx24j600/include/encx24j600_internal.h index f61b3f934a49..b02a8a5af2de 100644 --- a/drivers/encx24j600/include/encx24j600_internal.h +++ b/drivers/encx24j600/include/encx24j600_internal.h @@ -19,7 +19,6 @@ * @author Kaspar Schleiser */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/encx24j600/include/encx24j600_params.h b/drivers/encx24j600/include/encx24j600_params.h index 900a8ccc5f98..dea26eff2d17 100644 --- a/drivers/encx24j600/include/encx24j600_params.h +++ b/drivers/encx24j600/include/encx24j600_params.h @@ -18,7 +18,6 @@ * @author Leandro Lanzieri */ - #include "encx24j600.h" #include "board.h" diff --git a/drivers/epd_bw_spi/include/epd_bw_spi_internal.h b/drivers/epd_bw_spi/include/epd_bw_spi_internal.h index 80df89a74989..ba56fe85b08c 100644 --- a/drivers/epd_bw_spi/include/epd_bw_spi_internal.h +++ b/drivers/epd_bw_spi/include/epd_bw_spi_internal.h @@ -20,7 +20,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/epd_bw_spi/include/epd_bw_spi_params.h b/drivers/epd_bw_spi/include/epd_bw_spi_params.h index 808438b28f41..417da2bd752f 100644 --- a/drivers/epd_bw_spi/include/epd_bw_spi_params.h +++ b/drivers/epd_bw_spi/include/epd_bw_spi_params.h @@ -18,7 +18,6 @@ * @author Silke Hofstra */ - #include "board.h" #include "epd_bw_spi.h" diff --git a/drivers/feetech/include/feetech_protocol.h b/drivers/feetech/include/feetech_protocol.h index 56f6c8f09920..2e4588ad29eb 100644 --- a/drivers/feetech/include/feetech_protocol.h +++ b/drivers/feetech/include/feetech_protocol.h @@ -19,7 +19,6 @@ * @author Loïc Dauphin */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/feetech/include/feetech_reader.h b/drivers/feetech/include/feetech_reader.h index a2e96f411d80..ec7bdf5243b1 100644 --- a/drivers/feetech/include/feetech_reader.h +++ b/drivers/feetech/include/feetech_reader.h @@ -19,7 +19,6 @@ * @author Loïc Dauphin */ - #include "feetech_protocol.h" #include diff --git a/drivers/feetech/include/feetech_writer.h b/drivers/feetech/include/feetech_writer.h index 316a75a46364..321d6b177fd9 100644 --- a/drivers/feetech/include/feetech_writer.h +++ b/drivers/feetech/include/feetech_writer.h @@ -19,7 +19,6 @@ * @author Loïc Dauphin */ - #include "feetech_protocol.h" #include diff --git a/drivers/ft5x06/include/ft5x06_constants.h b/drivers/ft5x06/include/ft5x06_constants.h index 648779f4bce2..c171c22046e5 100644 --- a/drivers/ft5x06/include/ft5x06_constants.h +++ b/drivers/ft5x06/include/ft5x06_constants.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "kernel_defines.h" #ifdef __cplusplus diff --git a/drivers/ft5x06/include/ft5x06_internal.h b/drivers/ft5x06/include/ft5x06_internal.h index 7586438ac0a4..9b4c4e279b7e 100644 --- a/drivers/ft5x06/include/ft5x06_internal.h +++ b/drivers/ft5x06/include/ft5x06_internal.h @@ -16,7 +16,6 @@ * @author Leandro Lanzieri */ - #include #include "ft5x06.h" diff --git a/drivers/ft5x06/include/ft5x06_params.h b/drivers/ft5x06/include/ft5x06_params.h index 61a54ff4b9d7..f82b9ede3514 100644 --- a/drivers/ft5x06/include/ft5x06_params.h +++ b/drivers/ft5x06/include/ft5x06_params.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include #include "board.h" diff --git a/drivers/ft5x06/include/ft5x06_touch_dev.h b/drivers/ft5x06/include/ft5x06_touch_dev.h index 697a82a68739..cbdb98c98cdf 100644 --- a/drivers/ft5x06/include/ft5x06_touch_dev.h +++ b/drivers/ft5x06/include/ft5x06_touch_dev.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "touch_dev.h" #ifdef __cplusplus diff --git a/drivers/fxos8700/include/fxos8700_params.h b/drivers/fxos8700/include/fxos8700_params.h index 70bbea5b9a33..ee4834aab64c 100644 --- a/drivers/fxos8700/include/fxos8700_params.h +++ b/drivers/fxos8700/include/fxos8700_params.h @@ -18,7 +18,6 @@ * @author Hyung-Sin Kim */ - #include "board.h" #include "fxos8700.h" #include "saul_reg.h" diff --git a/drivers/fxos8700/include/fxos8700_regs.h b/drivers/fxos8700/include/fxos8700_regs.h index 338e1b50e119..a874e29b350f 100644 --- a/drivers/fxos8700/include/fxos8700_regs.h +++ b/drivers/fxos8700/include/fxos8700_regs.h @@ -19,7 +19,6 @@ * @author Hyung-Sin Kim */ - #ifdef __cplusplus extern "C" { diff --git a/drivers/gp2y10xx/include/gp2y10xx_params.h b/drivers/gp2y10xx/include/gp2y10xx_params.h index f5d1548f6316..fa4b8c15dba7 100644 --- a/drivers/gp2y10xx/include/gp2y10xx_params.h +++ b/drivers/gp2y10xx/include/gp2y10xx_params.h @@ -19,7 +19,6 @@ * @} */ - #include "board.h" #include "saul_reg.h" #include "gp2y10xx.h" diff --git a/drivers/hd44780/include/hd44780_internal.h b/drivers/hd44780/include/hd44780_internal.h index 70a8f2b4624a..265fadf3f2a9 100644 --- a/drivers/hd44780/include/hd44780_internal.h +++ b/drivers/hd44780/include/hd44780_internal.h @@ -18,7 +18,6 @@ * @author Sebastian Meiling */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/hdc1000/include/hdc1000_params.h b/drivers/hdc1000/include/hdc1000_params.h index b08b33dd75f8..2575dd2daae4 100644 --- a/drivers/hdc1000/include/hdc1000_params.h +++ b/drivers/hdc1000/include/hdc1000_params.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "board.h" #include "hdc1000.h" #include "saul_reg.h" diff --git a/drivers/hdc1000/include/hdc1000_regs.h b/drivers/hdc1000/include/hdc1000_regs.h index 17f518488a85..c0bb75620ee0 100644 --- a/drivers/hdc1000/include/hdc1000_regs.h +++ b/drivers/hdc1000/include/hdc1000_regs.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { diff --git a/drivers/hm330x/include/hm330x_constants.h b/drivers/hm330x/include/hm330x_constants.h index 525235a7c623..2c15c182769b 100644 --- a/drivers/hm330x/include/hm330x_constants.h +++ b/drivers/hm330x/include/hm330x_constants.h @@ -18,7 +18,6 @@ * @author Francisco Molina */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/hm330x/include/hm330x_params.h b/drivers/hm330x/include/hm330x_params.h index 1030ec8d76f7..84f1c1af2ecd 100644 --- a/drivers/hm330x/include/hm330x_params.h +++ b/drivers/hm330x/include/hm330x_params.h @@ -18,7 +18,6 @@ * @author Francisco Molina */ - #include "board.h" #include "saul_reg.h" @@ -93,7 +92,6 @@ static const saul_reg_info_t hm330x_saul_info[] = */ #define HM330X_INFO_NUM ARRAY_SIZE(hm330x_saul_info) - #ifdef __cplusplus } #endif diff --git a/drivers/hmc5883l/include/hmc5883l_params.h b/drivers/hmc5883l/include/hmc5883l_params.h index d5920b1c394d..41478438f302 100644 --- a/drivers/hmc5883l/include/hmc5883l_params.h +++ b/drivers/hmc5883l/include/hmc5883l_params.h @@ -16,7 +16,6 @@ * @{ */ - #include "board.h" #include "hmc5883l.h" #include "saul_reg.h" diff --git a/drivers/hmc5883l/include/hmc5883l_regs.h b/drivers/hmc5883l/include/hmc5883l_regs.h index 172a2183d8f2..49acf9b2a029 100644 --- a/drivers/hmc5883l/include/hmc5883l_regs.h +++ b/drivers/hmc5883l/include/hmc5883l_regs.h @@ -16,7 +16,6 @@ * @{ */ - #ifdef __cplusplus extern "C" { diff --git a/drivers/hsc/include/hsc_internals.h b/drivers/hsc/include/hsc_internals.h index 27f74099f2ad..56dda6056c7e 100644 --- a/drivers/hsc/include/hsc_internals.h +++ b/drivers/hsc/include/hsc_internals.h @@ -19,7 +19,6 @@ * @author Quang Pham */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/hsc/include/hsc_params.h b/drivers/hsc/include/hsc_params.h index e2638257ba31..b5773ea1147b 100644 --- a/drivers/hsc/include/hsc_params.h +++ b/drivers/hsc/include/hsc_params.h @@ -18,7 +18,6 @@ * @author Quang Pham */ - #include "board.h" #include "hsc.h" #include "hsc_internals.h" diff --git a/drivers/hts221/include/hts221_params.h b/drivers/hts221/include/hts221_params.h index f61daf658bd1..cc99143f587e 100644 --- a/drivers/hts221/include/hts221_params.h +++ b/drivers/hts221/include/hts221_params.h @@ -18,7 +18,6 @@ * @author Sebastian Meiling */ - #include "board.h" #include "hts221.h" #include "hts221_regs.h" diff --git a/drivers/hts221/include/hts221_regs.h b/drivers/hts221/include/hts221_regs.h index 0768cbad9236..3d22ae13f7cf 100644 --- a/drivers/hts221/include/hts221_regs.h +++ b/drivers/hts221/include/hts221_regs.h @@ -18,7 +18,6 @@ * @author Sebastian Meiling */ - #include "board.h" #include "hts221.h" diff --git a/drivers/ili9341/ili9341.c b/drivers/ili9341/ili9341.c index 11f8ef9892df..21b87faf314f 100644 --- a/drivers/ili9341/ili9341.c +++ b/drivers/ili9341/ili9341.c @@ -52,7 +52,6 @@ static uint8_t _ili9341_calc_vml(int16_t vcoml) return (vcoml + 2500) / 25; } - static int _init(lcd_t *dev, const lcd_params_t *params) { assert(params->lines >= 16 && params->lines <= 320 && !(params->lines & 0x7)); diff --git a/drivers/ili9341/include/ili9341_internal.h b/drivers/ili9341/include/ili9341_internal.h index 1c6af4aefa4a..e9dbae8aef3e 100644 --- a/drivers/ili9341/include/ili9341_internal.h +++ b/drivers/ili9341/include/ili9341_internal.h @@ -20,7 +20,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/ili9341/include/ili9341_params.h b/drivers/ili9341/include/ili9341_params.h index cf5493b9cc8c..1c0abe249e32 100644 --- a/drivers/ili9341/include/ili9341_params.h +++ b/drivers/ili9341/include/ili9341_params.h @@ -18,7 +18,6 @@ * @author Koen Zandberg */ - #include "board.h" #include "lcd.h" diff --git a/drivers/ina2xx/include/ina2xx_defines.h b/drivers/ina2xx/include/ina2xx_defines.h index f93631ec5664..1a674eeacac1 100644 --- a/drivers/ina2xx/include/ina2xx_defines.h +++ b/drivers/ina2xx/include/ina2xx_defines.h @@ -21,7 +21,6 @@ * @author Marian Buschsieweke */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/ina2xx/include/ina2xx_params.h b/drivers/ina2xx/include/ina2xx_params.h index 14d2775733e7..10b2fb43a088 100644 --- a/drivers/ina2xx/include/ina2xx_params.h +++ b/drivers/ina2xx/include/ina2xx_params.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #include "board.h" #include "ina2xx.h" #include "saul_reg.h" diff --git a/drivers/ina3221/include/ina3221_defines.h b/drivers/ina3221/include/ina3221_defines.h index a7ed3d28fdc8..40ac87be8070 100644 --- a/drivers/ina3221/include/ina3221_defines.h +++ b/drivers/ina3221/include/ina3221_defines.h @@ -20,7 +20,6 @@ * @author Fabian Hüßler */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/ina3221/include/ina3221_internal.h b/drivers/ina3221/include/ina3221_internal.h index e9431fee8948..a06651f251bf 100644 --- a/drivers/ina3221/include/ina3221_internal.h +++ b/drivers/ina3221/include/ina3221_internal.h @@ -19,7 +19,6 @@ * @author Fabian Hüßler */ - #include #include "ina3221_defines.h" #include "ina3221.h" diff --git a/drivers/ina3221/include/ina3221_params.h b/drivers/ina3221/include/ina3221_params.h index 46f14f82a5f6..4bc4d17be47e 100644 --- a/drivers/ina3221/include/ina3221_params.h +++ b/drivers/ina3221/include/ina3221_params.h @@ -20,7 +20,6 @@ * @author Fabian Hüßler */ - #include "board.h" #include "ina3221.h" #include "saul_reg.h" diff --git a/drivers/ina3221/include/ina3221_regs.h b/drivers/ina3221/include/ina3221_regs.h index bfa70ff47fbb..29f07e6a087f 100644 --- a/drivers/ina3221/include/ina3221_regs.h +++ b/drivers/ina3221/include/ina3221_regs.h @@ -20,7 +20,6 @@ * @author Fabian Hüßler */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/include/abp2.h b/drivers/include/abp2.h index dbbb864a09aa..ee59935c93b7 100644 --- a/drivers/include/abp2.h +++ b/drivers/include/abp2.h @@ -72,7 +72,6 @@ * @author David Picard */ - #include "saul.h" #if defined(MODULE_ABP2_SPI) diff --git a/drivers/include/at25xxx.h b/drivers/include/at25xxx.h index 30f08172d16b..7b9aca61875d 100644 --- a/drivers/include/at25xxx.h +++ b/drivers/include/at25xxx.h @@ -22,7 +22,6 @@ * @} */ - #include #include diff --git a/drivers/include/ili9341.h b/drivers/include/ili9341.h index cb350b692ed0..1b187fef542f 100644 --- a/drivers/include/ili9341.h +++ b/drivers/include/ili9341.h @@ -75,7 +75,6 @@ extern "C" { #define CONFIG_ILI9341_VCOML -2000 #endif - /** * @name ILI9341 display rotation modes * @{ diff --git a/drivers/include/periph/gpio_ll.h b/drivers/include/periph/gpio_ll.h index 9f816153cebb..95eef4795084 100644 --- a/drivers/include/periph/gpio_ll.h +++ b/drivers/include/periph/gpio_ll.h @@ -105,7 +105,6 @@ typedef uintptr_t gpio_port_t; # define GPIO_PORT_NUMBERING_ALPHABETIC implementation_specific #endif - #ifdef DOXYGEN /** * @brief Get the @ref gpio_port_t value of the port labeled 0. diff --git a/drivers/include/scd30.h b/drivers/include/scd30.h index 9ed52631fd70..9d9840f16cd2 100644 --- a/drivers/include/scd30.h +++ b/drivers/include/scd30.h @@ -23,7 +23,6 @@ * @} */ - #include "periph/i2c.h" #include "saul.h" #include "xtimer.h" diff --git a/drivers/include/tmp00x.h b/drivers/include/tmp00x.h index 57fd654b49a8..e96a968f0ba9 100644 --- a/drivers/include/tmp00x.h +++ b/drivers/include/tmp00x.h @@ -167,7 +167,6 @@ extern "C" #define TMP00X_CONFIG_CR_DEF TMP00X_CONFIG_CR_AS4 /**< Default for Testing */ /** @} */ - /** * @name Constants for TMP00X calibration * @{ diff --git a/drivers/io1_xplained/include/io1_xplained_internals.h b/drivers/io1_xplained/include/io1_xplained_internals.h index 22aa27195ce0..ac255bf7cbbe 100644 --- a/drivers/io1_xplained/include/io1_xplained_internals.h +++ b/drivers/io1_xplained/include/io1_xplained_internals.h @@ -19,7 +19,6 @@ * @author Alexandre Abadie */ - #include "cpu.h" #include "periph_cpu.h" #include "periph/adc.h" diff --git a/drivers/io1_xplained/include/io1_xplained_params.h b/drivers/io1_xplained/include/io1_xplained_params.h index 51c29693e044..8accc75a0a45 100644 --- a/drivers/io1_xplained/include/io1_xplained_params.h +++ b/drivers/io1_xplained/include/io1_xplained_params.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "board.h" #include "io1_xplained.h" #include "io1_xplained_internals.h" diff --git a/drivers/ir_nec/include/ir_nec_constants.h b/drivers/ir_nec/include/ir_nec_constants.h index 0636f339628d..26a0714c787f 100644 --- a/drivers/ir_nec/include/ir_nec_constants.h +++ b/drivers/ir_nec/include/ir_nec_constants.h @@ -18,7 +18,6 @@ * @author Dario Petrillo */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/ir_nec/include/ir_nec_params.h b/drivers/ir_nec/include/ir_nec_params.h index 10e48dfa479d..d541353a840a 100644 --- a/drivers/ir_nec/include/ir_nec_params.h +++ b/drivers/ir_nec/include/ir_nec_params.h @@ -18,7 +18,6 @@ * @author Dario Petrillo */ - #include "board.h" #include "ir_nec.h" #include "ir_nec_constants.h" diff --git a/drivers/isl29020/include/isl29020-internal.h b/drivers/isl29020/include/isl29020-internal.h index d0960dce310e..6c7b079ff0f6 100644 --- a/drivers/isl29020/include/isl29020-internal.h +++ b/drivers/isl29020/include/isl29020-internal.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/isl29020/include/isl29020_params.h b/drivers/isl29020/include/isl29020_params.h index 2494639b23d4..94152360cc0c 100644 --- a/drivers/isl29020/include/isl29020_params.h +++ b/drivers/isl29020/include/isl29020_params.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "board.h" #include "isl29020.h" #include "saul_reg.h" diff --git a/drivers/isl29125/include/isl29125-internal.h b/drivers/isl29125/include/isl29125-internal.h index 10c6bb664828..6d18577cf91d 100644 --- a/drivers/isl29125/include/isl29125-internal.h +++ b/drivers/isl29125/include/isl29125-internal.h @@ -18,7 +18,6 @@ * @author Ludwig Knüpfer */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/isl29125/include/isl29125_params.h b/drivers/isl29125/include/isl29125_params.h index 6668a29feb5b..4317b142a2b2 100644 --- a/drivers/isl29125/include/isl29125_params.h +++ b/drivers/isl29125/include/isl29125_params.h @@ -20,7 +20,6 @@ * @author Michel Rottleuthner */ - #include "board.h" #include "isl29125.h" diff --git a/drivers/itg320x/include/itg320x_params.h b/drivers/itg320x/include/itg320x_params.h index 8b4e78d425ec..66ec32c0f3fd 100644 --- a/drivers/itg320x/include/itg320x_params.h +++ b/drivers/itg320x/include/itg320x_params.h @@ -16,7 +16,6 @@ * @{ */ - #include "board.h" #include "itg320x.h" #include "saul_reg.h" diff --git a/drivers/itg320x/include/itg320x_regs.h b/drivers/itg320x/include/itg320x_regs.h index d75db02cdc96..9a522fc70377 100644 --- a/drivers/itg320x/include/itg320x_regs.h +++ b/drivers/itg320x/include/itg320x_regs.h @@ -16,7 +16,6 @@ * @{ */ - #ifdef __cplusplus extern "C" { diff --git a/drivers/jc42/include/jc42_internal.h b/drivers/jc42/include/jc42_internal.h index 6fd210b9e167..8275a98819c5 100644 --- a/drivers/jc42/include/jc42_internal.h +++ b/drivers/jc42/include/jc42_internal.h @@ -18,7 +18,6 @@ * @author Koen Zandberg */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/jc42/include/jc42_params.h b/drivers/jc42/include/jc42_params.h index 7d89f7c8343f..2316f1e33909 100644 --- a/drivers/jc42/include/jc42_params.h +++ b/drivers/jc42/include/jc42_params.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #include "board.h" #include "jc42.h" #include "periph/i2c.h" diff --git a/drivers/kw2xrf/include/kw2xrf_getset.h b/drivers/kw2xrf/include/kw2xrf_getset.h index 91603ff1c3a4..8bc6399e8930 100644 --- a/drivers/kw2xrf/include/kw2xrf_getset.h +++ b/drivers/kw2xrf/include/kw2xrf_getset.h @@ -18,7 +18,6 @@ * @author Johann Fischer */ - #include "kw2xrf_reg.h" #include "kw2xrf.h" diff --git a/drivers/kw2xrf/include/kw2xrf_intern.h b/drivers/kw2xrf/include/kw2xrf_intern.h index aa115bec27bd..e4e735ee177f 100644 --- a/drivers/kw2xrf/include/kw2xrf_intern.h +++ b/drivers/kw2xrf/include/kw2xrf_intern.h @@ -18,7 +18,6 @@ * @author Johann Fischer */ - #include #include "kw2xrf.h" diff --git a/drivers/kw2xrf/include/kw2xrf_netdev.h b/drivers/kw2xrf/include/kw2xrf_netdev.h index 75a0bd7eeab6..f144c096920b 100644 --- a/drivers/kw2xrf/include/kw2xrf_netdev.h +++ b/drivers/kw2xrf/include/kw2xrf_netdev.h @@ -18,7 +18,6 @@ * @author Johann Fischer */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/kw2xrf/include/kw2xrf_params.h b/drivers/kw2xrf/include/kw2xrf_params.h index 70567a4bebb5..80d53443cc64 100644 --- a/drivers/kw2xrf/include/kw2xrf_params.h +++ b/drivers/kw2xrf/include/kw2xrf_params.h @@ -18,7 +18,6 @@ * @author Peter Kietzmann */ - #include "board.h" #include "kw2xrf.h" diff --git a/drivers/kw2xrf/include/kw2xrf_reg.h b/drivers/kw2xrf/include/kw2xrf_reg.h index e8b28d5be073..8dfe5622d3c4 100644 --- a/drivers/kw2xrf/include/kw2xrf_reg.h +++ b/drivers/kw2xrf/include/kw2xrf_reg.h @@ -52,7 +52,6 @@ * @author Johann Fischer */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/kw2xrf/include/kw2xrf_spi.h b/drivers/kw2xrf/include/kw2xrf_spi.h index d3ca54385494..6bb7a3939442 100644 --- a/drivers/kw2xrf/include/kw2xrf_spi.h +++ b/drivers/kw2xrf/include/kw2xrf_spi.h @@ -17,7 +17,6 @@ * @author Johann Fischer */ - #include #include "board.h" #include "cpu.h" diff --git a/drivers/kw2xrf/include/kw2xrf_tm.h b/drivers/kw2xrf/include/kw2xrf_tm.h index bc081f608965..51a2791dd256 100644 --- a/drivers/kw2xrf/include/kw2xrf_tm.h +++ b/drivers/kw2xrf/include/kw2xrf_tm.h @@ -18,7 +18,6 @@ * @author Johann Fischer */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/kw41zrf/include/kw41zrf_getset.h b/drivers/kw41zrf/include/kw41zrf_getset.h index 8ad8c5cea74d..dd13c22c5e84 100644 --- a/drivers/kw41zrf/include/kw41zrf_getset.h +++ b/drivers/kw41zrf/include/kw41zrf_getset.h @@ -19,7 +19,6 @@ * @author Joakim Nohlgård */ - #include "kw41zrf.h" #ifdef __cplusplus diff --git a/drivers/kw41zrf/include/kw41zrf_intern.h b/drivers/kw41zrf/include/kw41zrf_intern.h index af89d3456246..74e16fcbb92c 100644 --- a/drivers/kw41zrf/include/kw41zrf_intern.h +++ b/drivers/kw41zrf/include/kw41zrf_intern.h @@ -19,7 +19,6 @@ * @author Joakim Nohlgård */ - #include #include "kw41zrf.h" /* For XCVSEQ_IDLE */ diff --git a/drivers/kw41zrf/include/kw41zrf_netdev.h b/drivers/kw41zrf/include/kw41zrf_netdev.h index a15985c46342..3f57bef31150 100644 --- a/drivers/kw41zrf/include/kw41zrf_netdev.h +++ b/drivers/kw41zrf/include/kw41zrf_netdev.h @@ -18,7 +18,6 @@ * @author Joakim Nohlgård */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/l3g4200d/include/l3g4200d-regs.h b/drivers/l3g4200d/include/l3g4200d-regs.h index fab1d06e6fb8..7bfc4638e408 100644 --- a/drivers/l3g4200d/include/l3g4200d-regs.h +++ b/drivers/l3g4200d/include/l3g4200d-regs.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/l3g4200d/include/l3g4200d_params.h b/drivers/l3g4200d/include/l3g4200d_params.h index 4585515851ce..ab33a84c13e7 100644 --- a/drivers/l3g4200d/include/l3g4200d_params.h +++ b/drivers/l3g4200d/include/l3g4200d_params.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "board.h" #include "l3g4200d.h" #include "saul_reg.h" diff --git a/drivers/l3gxxxx/include/l3gxxxx_params.h b/drivers/l3gxxxx/include/l3gxxxx_params.h index 4a2873952371..426a0152903f 100644 --- a/drivers/l3gxxxx/include/l3gxxxx_params.h +++ b/drivers/l3gxxxx/include/l3gxxxx_params.h @@ -16,7 +16,6 @@ * @{ */ - #include "board.h" #include "l3gxxxx.h" #include "saul_reg.h" diff --git a/drivers/l3gxxxx/include/l3gxxxx_regs.h b/drivers/l3gxxxx/include/l3gxxxx_regs.h index 6c69ac01fea0..c072edde8eda 100644 --- a/drivers/l3gxxxx/include/l3gxxxx_regs.h +++ b/drivers/l3gxxxx/include/l3gxxxx_regs.h @@ -16,7 +16,6 @@ * @{ */ - #ifdef __cplusplus extern "C" { diff --git a/drivers/lcd/include/lcd_disp_dev.h b/drivers/lcd/include/lcd_disp_dev.h index 8adb79cce56f..663524dcf0c1 100644 --- a/drivers/lcd/include/lcd_disp_dev.h +++ b/drivers/lcd/include/lcd_disp_dev.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "disp_dev.h" #ifdef __cplusplus diff --git a/drivers/lcd/include/lcd_internal.h b/drivers/lcd/include/lcd_internal.h index 3d45d2fefdaf..dec60e1cdc11 100644 --- a/drivers/lcd/include/lcd_internal.h +++ b/drivers/lcd/include/lcd_internal.h @@ -22,7 +22,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/lcd/include/lcd_ll_par_gpio.h b/drivers/lcd/include/lcd_ll_par_gpio.h index 2b97e590ee6a..f1206b64d660 100644 --- a/drivers/lcd/include/lcd_ll_par_gpio.h +++ b/drivers/lcd/include/lcd_ll_par_gpio.h @@ -20,7 +20,6 @@ * @author Gunar Schorcht */ - #include #include "lcd.h" diff --git a/drivers/lis2dh12/include/lis2dh12_params.h b/drivers/lis2dh12/include/lis2dh12_params.h index a097943ff0aa..614da6613cd7 100644 --- a/drivers/lis2dh12/include/lis2dh12_params.h +++ b/drivers/lis2dh12/include/lis2dh12_params.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "board.h" #include "lis2dh12.h" #include "saul_reg.h" diff --git a/drivers/lis2dh12/include/lis2dh12_registers.h b/drivers/lis2dh12/include/lis2dh12_registers.h index 6e9b86ece7bb..d924b12b7054 100644 --- a/drivers/lis2dh12/include/lis2dh12_registers.h +++ b/drivers/lis2dh12/include/lis2dh12_registers.h @@ -15,7 +15,6 @@ * @author Jan Mohr */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/lis2dh12/lis2dh12_internal.h b/drivers/lis2dh12/lis2dh12_internal.h index 86ca6d53ce38..1d5bf503ef08 100644 --- a/drivers/lis2dh12/lis2dh12_internal.h +++ b/drivers/lis2dh12/lis2dh12_internal.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/lis3dh/include/lis3dh_params.h b/drivers/lis3dh/include/lis3dh_params.h index a35451d9fb1e..dc29ecc67ee3 100644 --- a/drivers/lis3dh/include/lis3dh_params.h +++ b/drivers/lis3dh/include/lis3dh_params.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "board.h" #include "lis3dh.h" #include "saul_reg.h" diff --git a/drivers/lis3mdl/include/lis3mdl-internal.h b/drivers/lis3mdl/include/lis3mdl-internal.h index 5005ea357540..e60b759719f4 100644 --- a/drivers/lis3mdl/include/lis3mdl-internal.h +++ b/drivers/lis3mdl/include/lis3mdl-internal.h @@ -19,7 +19,6 @@ * @author René Herthel */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/lis3mdl/include/lis3mdl_params.h b/drivers/lis3mdl/include/lis3mdl_params.h index 1a77fa2774d4..7676c517243f 100644 --- a/drivers/lis3mdl/include/lis3mdl_params.h +++ b/drivers/lis3mdl/include/lis3mdl_params.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "board.h" #include "lis3mdl.h" #include "saul_reg.h" diff --git a/drivers/lm75/include/lm75_params.h b/drivers/lm75/include/lm75_params.h index d4f0182e495b..3b904dfa7d07 100755 --- a/drivers/lm75/include/lm75_params.h +++ b/drivers/lm75/include/lm75_params.h @@ -18,7 +18,6 @@ * @author Vitor Batista */ - #include "board.h" #include "lm75.h" #include "lm75_regs.h" diff --git a/drivers/lm75/include/lm75_regs.h b/drivers/lm75/include/lm75_regs.h index 329a54f7b25a..3ad214442969 100755 --- a/drivers/lm75/include/lm75_regs.h +++ b/drivers/lm75/include/lm75_regs.h @@ -18,7 +18,6 @@ * @author Vitor Batista */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/lpd8808/include/lpd8808_params.h b/drivers/lpd8808/include/lpd8808_params.h index 4413988417ea..24b1d5bd3d67 100644 --- a/drivers/lpd8808/include/lpd8808_params.h +++ b/drivers/lpd8808/include/lpd8808_params.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "board.h" #ifdef __cplusplus diff --git a/drivers/lpsxxx/include/lpsxxx_internal.h b/drivers/lpsxxx/include/lpsxxx_internal.h index 18e1f2f2258b..43d8a838b68c 100644 --- a/drivers/lpsxxx/include/lpsxxx_internal.h +++ b/drivers/lpsxxx/include/lpsxxx_internal.h @@ -20,7 +20,6 @@ * @author Alexandre Abadie */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/lpsxxx/include/lpsxxx_params.h b/drivers/lpsxxx/include/lpsxxx_params.h index d8831f6c92ae..b4d3847618f2 100644 --- a/drivers/lpsxxx/include/lpsxxx_params.h +++ b/drivers/lpsxxx/include/lpsxxx_params.h @@ -20,7 +20,6 @@ * @author Alexandre Abadie */ - #include "board.h" #include "lpsxxx.h" #include "saul_reg.h" diff --git a/drivers/lsm303dlhc/include/lsm303dlhc-internal.h b/drivers/lsm303dlhc/include/lsm303dlhc-internal.h index befd548e4f5b..1c71ab55abac 100644 --- a/drivers/lsm303dlhc/include/lsm303dlhc-internal.h +++ b/drivers/lsm303dlhc/include/lsm303dlhc-internal.h @@ -19,7 +19,6 @@ * @author Thomas Eichinger */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/lsm303dlhc/include/lsm303dlhc_params.h b/drivers/lsm303dlhc/include/lsm303dlhc_params.h index 28ad64d12143..e26d1f5ab728 100644 --- a/drivers/lsm303dlhc/include/lsm303dlhc_params.h +++ b/drivers/lsm303dlhc/include/lsm303dlhc_params.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "board.h" #include "lsm303dlhc.h" #include "saul_reg.h" diff --git a/drivers/lsm6dsxx/include/lsm6dsxx_internal.h b/drivers/lsm6dsxx/include/lsm6dsxx_internal.h index eb3fdf3522c3..8e49ba08e7b3 100644 --- a/drivers/lsm6dsxx/include/lsm6dsxx_internal.h +++ b/drivers/lsm6dsxx/include/lsm6dsxx_internal.h @@ -23,7 +23,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/lsm6dsxx/include/lsm6dsxx_params.h b/drivers/lsm6dsxx/include/lsm6dsxx_params.h index 18c6b0c12690..7f570368dc58 100644 --- a/drivers/lsm6dsxx/include/lsm6dsxx_params.h +++ b/drivers/lsm6dsxx/include/lsm6dsxx_params.h @@ -22,7 +22,6 @@ * */ - #include "board.h" #include "lsm6dsxx.h" #include "saul_reg.h" diff --git a/drivers/ltc4150/include/ltc4150_params.h b/drivers/ltc4150/include/ltc4150_params.h index e1de454299e1..2225431604b6 100644 --- a/drivers/ltc4150/include/ltc4150_params.h +++ b/drivers/ltc4150/include/ltc4150_params.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #include "board.h" #include "ltc4150.h" #include "saul_reg.h" diff --git a/drivers/mag3110/include/mag3110_params.h b/drivers/mag3110/include/mag3110_params.h index c322aabb3fd1..dcf3fce476c7 100644 --- a/drivers/mag3110/include/mag3110_params.h +++ b/drivers/mag3110/include/mag3110_params.h @@ -18,7 +18,6 @@ * @author Sebastian Meiling */ - #include "board.h" #include "saul_reg.h" #include "mag3110.h" diff --git a/drivers/mag3110/include/mag3110_reg.h b/drivers/mag3110/include/mag3110_reg.h index 236c7092d9b1..4572e7b2bdf9 100644 --- a/drivers/mag3110/include/mag3110_reg.h +++ b/drivers/mag3110/include/mag3110_reg.h @@ -20,7 +20,6 @@ * */ - #ifdef __cplusplus extern "C" { diff --git a/drivers/matrix_keypad/include/matrix_keypad_params.h b/drivers/matrix_keypad/include/matrix_keypad_params.h index 6554ecf9f381..6453b6600585 100644 --- a/drivers/matrix_keypad/include/matrix_keypad_params.h +++ b/drivers/matrix_keypad/include/matrix_keypad_params.h @@ -18,7 +18,6 @@ * @author Koen Zandberg */ - #include "board.h" #include "matrix_keypad.h" diff --git a/drivers/max31855/include/max31855_constants.h b/drivers/max31855/include/max31855_constants.h index b73674ec174b..a8962ac2f4bc 100644 --- a/drivers/max31855/include/max31855_constants.h +++ b/drivers/max31855/include/max31855_constants.h @@ -18,7 +18,6 @@ * @author Leandro Lanzieri */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/max31855/include/max31855_params.h b/drivers/max31855/include/max31855_params.h index 46464d3e0e5b..df15b50445c4 100644 --- a/drivers/max31855/include/max31855_params.h +++ b/drivers/max31855/include/max31855_params.h @@ -18,7 +18,6 @@ * @author Leandro Lanzieri */ - #include "board.h" #include "saul_reg.h" diff --git a/drivers/max31855/max31855.c b/drivers/max31855/max31855.c index 18c6f3861fb8..5c4a24fd3bd1 100644 --- a/drivers/max31855/max31855.c +++ b/drivers/max31855/max31855.c @@ -29,7 +29,6 @@ #include "max31855_constants.h" #include "max31855_params.h" - void _raw_data_to_thermocouple_temperature(uint32_t raw_data, int32_t *temperature) { assert(temperature); diff --git a/drivers/mcp2515/include/mcp2515_params.h b/drivers/mcp2515/include/mcp2515_params.h index 76adca0b793a..336b4b6d0e84 100644 --- a/drivers/mcp2515/include/mcp2515_params.h +++ b/drivers/mcp2515/include/mcp2515_params.h @@ -19,7 +19,6 @@ * @author Wouter Symons */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/mcp47xx/include/mcp47xx_params.h b/drivers/mcp47xx/include/mcp47xx_params.h index e0b2a8a4d68f..342564baf031 100644 --- a/drivers/mcp47xx/include/mcp47xx_params.h +++ b/drivers/mcp47xx/include/mcp47xx_params.h @@ -16,7 +16,6 @@ * @{ */ - #include "board.h" #include "mcp47xx.h" #include "saul_reg.h" diff --git a/drivers/mfrc522/include/mfrc522_regs.h b/drivers/mfrc522/include/mfrc522_regs.h index c624cfdc4d41..c84952918c40 100644 --- a/drivers/mfrc522/include/mfrc522_regs.h +++ b/drivers/mfrc522/include/mfrc522_regs.h @@ -21,7 +21,6 @@ * @{ */ - #include "bitarithm.h" #ifdef __cplusplus @@ -200,8 +199,6 @@ typedef enum { */ #define MFRC522_BITMASK_COMMAND_POWER_DOWN 0x0F - - /** * @brief 0 = Signal on pin IRQ is equal to the IRq bit; in combination with the * DivIEnReg register’s IRqPushPull bit, the default value of logic 1 @@ -254,8 +251,6 @@ typedef enum { */ #define MFRC522_BIT_COML_EN_TIMER_I_EN BIT0 - - /** * @brief 0 = Pin IRQ is an open-drain output pin * 1 = Pin IRQ is a standard CMOS output pin @@ -273,8 +268,6 @@ typedef enum { */ #define MFRC522_BIT_DIVL_EN_CRC_I_EN BIT2 - - /** * @brief 0 = Indicates that the marked bits in the ComIrqReg register are cleared * 1 = Indicates that the marked bits in the ComIrqReg register are set @@ -329,8 +322,6 @@ typedef enum { */ #define MFRC522_BIT_COM_IRQ_TIMER_IRQ BIT0 - - /** * @brief 0 = Indicates that the marked bits in the DivIrqReg register are cleared * 1 = Indicates that the marked bits in the DivIrqReg register are set @@ -348,8 +339,6 @@ typedef enum { */ #define MFRC522_BIT_DIV_IRQ_CRC_IRQ BIT2 - - /** * @brief 1 = Data is written into the FIFO buffer by the host during the * MFAuthent command or if data is written into the FIFO buffer by @@ -401,8 +390,6 @@ typedef enum { */ #define MFRC522_BIT_ERROR_PROTOCOL_ERR BIT0 - - /** * @brief 1 = The CRC result is zero; for data transmission and reception, the * CRCOk bit is undefined: use the ErrorReg register’s CRCErr bit; @@ -452,8 +439,6 @@ typedef enum { */ #define MFRC522_BIT_STATUS_1_LO_ALERT BIT0 - - /** * @brief 1 = Clears the temperature error if the temperature is below the alarm * limit of 125 °C @@ -496,8 +481,6 @@ typedef enum { */ #define MFRC522_BITMASK_STATUS_2_MODEM_STATE_2 0x07 - - /** * @brief Data input and output port for the internal 64-byte FIFO buffer; * FIFO buffer acts as parallel in/parallel out converter for all serial @@ -507,8 +490,6 @@ typedef enum { */ #define MFRC522_BITMASK_FIFO_DATA 0xFF - - /** * @brief 1 = Immediately clears the internal FIFO buffer’s read and write * pointer and ErrorReg register’s BufferOvfl bit; reading this bit @@ -525,8 +506,6 @@ typedef enum { */ #define MFRC522_BITMASK_FIFO_LEVEL_FIFO_LEVEL 0x7F - - /** * @brief Defines a warning level to indicate a FIFO buffer overflow or underflow: * Status1Reg register’s HiAlert bit is set to logic 1 if the remaining @@ -541,8 +520,6 @@ typedef enum { */ #define MFRC522_BITMASK_WATER_LEVEL_WATER_LEVEL 0x3F - - /** * @brief 1 = Timer stops immediately; * reading this bit always returns it to logic 0 @@ -563,8 +540,6 @@ typedef enum { */ #define MFRC522_BITMASK_CONTROL_RX_LAST_BITS 0x07 - - /** * @brief Starts the transmission of data; only valid in combination with the * Transceive command @@ -598,8 +573,6 @@ typedef enum { */ #define MFRC522_BIT_BIT_FRAMING_TX_LAST_BITS 0x07 - - /** * @brief 0 = All received bits will be cleared after a collision; only used * during bitwise anticollision at 106 kBd, otherwise it is set to logic 1 @@ -626,8 +599,6 @@ typedef enum { */ #define MFRC522_BITMASK_COLL_COLL_POS 0x1F - - /** * @brief 1 = CRC coprocessor calculates the CRC with MSB first; in the * CRCResultReg register the values for the CRCResultMSB[7:0] bits @@ -665,8 +636,6 @@ typedef enum { */ #define MFRC522_BITMASK_MODE_CRC_PRESET 0x03 - - /** * @brief 1 = Enables CRC generation during data transmission; Remark: can only * be set to logic 0 at 106 kBd @@ -691,8 +660,6 @@ typedef enum { */ #define MFRC522_BIT_TX_MODE_INV_MOD BIT3 - - /** * @brief 1 = Enables the CRC calculation during reception; Remark: can only be * set to logic 0 at 106 kBd @@ -735,8 +702,6 @@ typedef enum { */ #define MFRC522_BIT_RX_MODE_RX_MULTIPLE BIT2 - - /** * @brief 1 = Output signal on pin TX2 inverted when driver TX2 is enabled */ @@ -776,16 +741,12 @@ typedef enum { */ #define MFRC522_BIT_TX_CONTROL_TX1_RF_EN BIT0 - - /** * @brief 1 = Forces a 100 % ASK modulation independent of the ModGsPReg * register setting */ #define MFRC522_BIT_TX_ASK_FORCE_100_ASK BIT6 - - /** * @brief Selects the input of drivers TX1 and TX2 * @@ -820,8 +781,6 @@ typedef enum { */ #define MFRC522_BITMASK_TX_SEL_MF_OUT_SEL 0x0F - - /** * @brief Selects the input of the contactless UART * @@ -846,8 +805,6 @@ typedef enum { */ #define MFRC522_BITMASK_RX_SEL_RX_WAIT 0x3F - - /** * @brief Defines the minimum signal strength at the decoder input that will be * accepted; if the signal strength is below this level it is not @@ -867,8 +824,6 @@ typedef enum { */ #define MFRC522_BITMASK_RX_THRESHHOLD_COLL_LEVEL 0x07 - - /** * @brief Defines the use of I and Q channel during reception; Remark: the FixIQ * bit must be set to logic 0 to enable the following settings: @@ -917,8 +872,6 @@ typedef enum { */ #define MFRC522_BITMASK_DEMOD_TAU_SYNC 0x03 - - /** * @brief Defines the additional response time; 7 bits are added to the value of * the register bit by default @@ -927,8 +880,6 @@ typedef enum { */ #define MFRC522_BITMASK_MF_TX_TX_WAIT 0x03 - - /** * @brief 1 = Generation of the parity bit for transmission and the parity check * for receiving is switched off; the received parity bit is handled @@ -936,8 +887,6 @@ typedef enum { */ #define MFRC522_BIT_MF_RX_PARITY_DISABLE BIT4 - - /** * @brief Factor BR_T0 adjusts the transfer speed: for description, see Section * 8.1.3.2 on page 12 @@ -954,8 +903,6 @@ typedef enum { */ #define MFRC522_BITMASK_SERIAL_SPEED_BR_T1 0x1F - - /** * @brief Shows the value of the CRCResultReg register’s most significant byte; * only valid if Status1Reg register’s CRCReady bit is set to logic 1 @@ -973,8 +920,6 @@ typedef enum { */ #define MFRC522_BITMASK_CRC_RESULT_LSB_CRC_RESULT_LSB 0xFF - - /** * @brief Defines the width of the Miller modulation as multiples of the carrier * frequency (ModWidth + 1 / f_clk); the maximum value is half the bit @@ -984,8 +929,6 @@ typedef enum { */ #define MFRC522_BITMASK_MOD_WIDTH 0xFF - - /** * @brief Defines the receiver’s signal voltage gain factor: * @@ -1004,7 +947,6 @@ typedef enum { */ #define MFRC522_BITMASK_RF_CFG_RX_GAIN 0x70 - /** * @brief Defines the conductance of the output n-driver during periods without * modulation which can be used to regulate the output power and @@ -1028,8 +970,6 @@ typedef enum { */ #define MFRC522_BITMASK_GS_N_MOD_GS_N 0x0F - - /** * @brief Defines the conductance of the p-driver output which can be used to * regulate the output power and subsequently current consumption and @@ -1040,8 +980,6 @@ typedef enum { */ #define MFRC522_BITMASK_CW_GS_P_CW_GS_P 0x3F - - /** * @brief Defines the conductance of the p-driver output during modulation which * can be used to regulate the modulation index; Remark: the conductance @@ -1053,8 +991,6 @@ typedef enum { */ #define MFRC522_BITMASK_MOD_GS_P_MOD_GS_P 0x3F - - /** * @brief 0 = Indicates that the timer is not influenced by the protocol * 1 = Timer starts automatically at the end of the transmission in all @@ -1124,8 +1060,6 @@ typedef enum { */ #define MFRC522_BITMASK_T_PRESCALER_T_PRESCALER_LO 0xFF - - /** * @brief Defines the higher 8 bits of the 16-bit timer reload value; on a start * event, the timer loads the timer reload value; changing this register @@ -1144,8 +1078,6 @@ typedef enum { */ #define MFRC522_BITMASK_T_RELOAD_LSB_T_RELOAD_VAL_LO 0xFF - - /** * @brief Timer value higher 8 bits * diff --git a/drivers/mfrc522/mfrc522.c b/drivers/mfrc522/mfrc522.c index baae787da705..49014f3b9da2 100644 --- a/drivers/mfrc522/mfrc522.c +++ b/drivers/mfrc522/mfrc522.c @@ -810,7 +810,6 @@ int mfrc522_picc_select(mfrc522_t *dev, mfrc522_uid_t *uid, uint8_t valid_bits) current_level_known_bits = 0; } - /* destination index in buffer[] */ uint8_t index = 2; if (use_cascade_tag) { diff --git a/drivers/mhz19/include/mhz19_internals.h b/drivers/mhz19/include/mhz19_internals.h index cf7436c4b316..75d76713734e 100644 --- a/drivers/mhz19/include/mhz19_internals.h +++ b/drivers/mhz19/include/mhz19_internals.h @@ -18,7 +18,6 @@ * @author Koen Zandberg */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/mhz19/include/mhz19_params.h b/drivers/mhz19/include/mhz19_params.h index 2eaa4ddfde92..356753c954d9 100644 --- a/drivers/mhz19/include/mhz19_params.h +++ b/drivers/mhz19/include/mhz19_params.h @@ -20,7 +20,6 @@ * @author Christian Manal */ - #include "board.h" #include "mhz19.h" #include "saul_reg.h" diff --git a/drivers/mma7660/include/mma7660_params.h b/drivers/mma7660/include/mma7660_params.h index 848b41a8750c..6acf611bc32e 100644 --- a/drivers/mma7660/include/mma7660_params.h +++ b/drivers/mma7660/include/mma7660_params.h @@ -21,7 +21,6 @@ * */ - #include "board.h" #include "saul_reg.h" #include "mma7660.h" diff --git a/drivers/mma7660/include/mma7660_reg.h b/drivers/mma7660/include/mma7660_reg.h index 37a478f8882f..7e57a54a62f2 100644 --- a/drivers/mma7660/include/mma7660_reg.h +++ b/drivers/mma7660/include/mma7660_reg.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { diff --git a/drivers/mma8x5x/include/mma8x5x_params.h b/drivers/mma8x5x/include/mma8x5x_params.h index d0c735068e30..bcbf5f252b1b 100644 --- a/drivers/mma8x5x/include/mma8x5x_params.h +++ b/drivers/mma8x5x/include/mma8x5x_params.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "board.h" #include "saul_reg.h" #include "mma8x5x.h" diff --git a/drivers/mma8x5x/include/mma8x5x_regs.h b/drivers/mma8x5x/include/mma8x5x_regs.h index cb81db778cee..05665cf9f55c 100644 --- a/drivers/mma8x5x/include/mma8x5x_regs.h +++ b/drivers/mma8x5x/include/mma8x5x_regs.h @@ -22,7 +22,6 @@ * */ - #ifdef __cplusplus extern "C" { diff --git a/drivers/mpl3115a2/include/mpl3115a2_params.h b/drivers/mpl3115a2/include/mpl3115a2_params.h index fc4e85f92d8b..88446ad0f83a 100644 --- a/drivers/mpl3115a2/include/mpl3115a2_params.h +++ b/drivers/mpl3115a2/include/mpl3115a2_params.h @@ -18,7 +18,6 @@ * @author Sebastian Meiling */ - #include "board.h" #include "saul_reg.h" #include "mpl3115a2.h" diff --git a/drivers/mpl3115a2/include/mpl3115a2_reg.h b/drivers/mpl3115a2/include/mpl3115a2_reg.h index c760226f7a53..36b5f7a8eb16 100644 --- a/drivers/mpl3115a2/include/mpl3115a2_reg.h +++ b/drivers/mpl3115a2/include/mpl3115a2_reg.h @@ -20,7 +20,6 @@ * */ - #ifdef __cplusplus extern "C" { diff --git a/drivers/mpu9x50/include/mpu9x50_params.h b/drivers/mpu9x50/include/mpu9x50_params.h index 9ef415d1062d..41ead19070bd 100644 --- a/drivers/mpu9x50/include/mpu9x50_params.h +++ b/drivers/mpu9x50/include/mpu9x50_params.h @@ -20,7 +20,6 @@ * @author Jannes Volkens */ - #include "board.h" #include "saul_reg.h" #include "mpu9x50.h" diff --git a/drivers/mpu9x50/include/mpu9x50_regs.h b/drivers/mpu9x50/include/mpu9x50_regs.h index 323ebf5812df..258eb955a2c7 100644 --- a/drivers/mpu9x50/include/mpu9x50_regs.h +++ b/drivers/mpu9x50/include/mpu9x50_regs.h @@ -20,7 +20,6 @@ * @author Jannes Volkens */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/mrf24j40/include/mrf24j40_internal.h b/drivers/mrf24j40/include/mrf24j40_internal.h index ba365e695125..fcfbc8002ff7 100644 --- a/drivers/mrf24j40/include/mrf24j40_internal.h +++ b/drivers/mrf24j40/include/mrf24j40_internal.h @@ -20,7 +20,6 @@ * @author Koen Zandberg */ - #include #include "mrf24j40.h" diff --git a/drivers/mrf24j40/include/mrf24j40_netdev.h b/drivers/mrf24j40/include/mrf24j40_netdev.h index b58e4d90e05a..b317c9619a5f 100644 --- a/drivers/mrf24j40/include/mrf24j40_netdev.h +++ b/drivers/mrf24j40/include/mrf24j40_netdev.h @@ -20,7 +20,6 @@ * @author Koen Zandberg */ - #include "net/netdev.h" #ifdef __cplusplus diff --git a/drivers/mrf24j40/include/mrf24j40_params.h b/drivers/mrf24j40/include/mrf24j40_params.h index 0210179b9983..a6273533f18c 100644 --- a/drivers/mrf24j40/include/mrf24j40_params.h +++ b/drivers/mrf24j40/include/mrf24j40_params.h @@ -20,7 +20,6 @@ * @author Koen Zandberg */ - #include "board.h" #include "mrf24j40.h" diff --git a/drivers/mrf24j40/include/mrf24j40_registers.h b/drivers/mrf24j40/include/mrf24j40_registers.h index 137fb4baa362..add2ab14d05a 100644 --- a/drivers/mrf24j40/include/mrf24j40_registers.h +++ b/drivers/mrf24j40/include/mrf24j40_registers.h @@ -20,7 +20,6 @@ * @author Koen Zandberg */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/my9221/include/my9221_internal.h b/drivers/my9221/include/my9221_internal.h index c71506c1fd36..5fca7e4ccc46 100644 --- a/drivers/my9221/include/my9221_internal.h +++ b/drivers/my9221/include/my9221_internal.h @@ -18,7 +18,6 @@ * @author Sebastian Meiling */ - #include "xtimer.h" #ifdef __cplusplus diff --git a/drivers/nrf24l01p/include/nrf24l01p_settings.h b/drivers/nrf24l01p/include/nrf24l01p_settings.h index b66551529106..867cacb3a099 100644 --- a/drivers/nrf24l01p/include/nrf24l01p_settings.h +++ b/drivers/nrf24l01p/include/nrf24l01p_settings.h @@ -20,7 +20,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/opt3001/include/opt3001_params.h b/drivers/opt3001/include/opt3001_params.h index 11bc4183ac56..2f9845d5dbe5 100644 --- a/drivers/opt3001/include/opt3001_params.h +++ b/drivers/opt3001/include/opt3001_params.h @@ -18,7 +18,6 @@ * @author Jannes Volkens */ - #include "board.h" #include "opt3001.h" #include "saul_reg.h" diff --git a/drivers/opt3001/include/opt3001_regs.h b/drivers/opt3001/include/opt3001_regs.h index ca3b051ff00a..9fc4a3074af7 100644 --- a/drivers/opt3001/include/opt3001_regs.h +++ b/drivers/opt3001/include/opt3001_regs.h @@ -18,7 +18,6 @@ * @author Jannes Volkens */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/pca9633/include/pca9633_regs.h b/drivers/pca9633/include/pca9633_regs.h index 2671fb4d73bd..d29e1db0945b 100644 --- a/drivers/pca9633/include/pca9633_regs.h +++ b/drivers/pca9633/include/pca9633_regs.h @@ -16,7 +16,6 @@ * @{ */ - #include "bitarithm.h" #ifdef __cplusplus diff --git a/drivers/pca9685/include/pca9685_params.h b/drivers/pca9685/include/pca9685_params.h index c0523427177c..6bd2cfec3c3e 100644 --- a/drivers/pca9685/include/pca9685_params.h +++ b/drivers/pca9685/include/pca9685_params.h @@ -16,7 +16,6 @@ * @{ */ - #include "board.h" #include "saul_reg.h" #include "pca9685.h" diff --git a/drivers/pca9685/include/pca9685_regs.h b/drivers/pca9685/include/pca9685_regs.h index a9806eaab3e7..ab3649b91ab8 100644 --- a/drivers/pca9685/include/pca9685_regs.h +++ b/drivers/pca9685/include/pca9685_regs.h @@ -16,7 +16,6 @@ * @{ */ - #ifdef __cplusplus extern "C" { diff --git a/drivers/pcd8544/include/pcd8544_internal.h b/drivers/pcd8544/include/pcd8544_internal.h index 494546b5a1b0..d5f2e36bf52a 100644 --- a/drivers/pcd8544/include/pcd8544_internal.h +++ b/drivers/pcd8544/include/pcd8544_internal.h @@ -19,7 +19,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/pcf857x/include/pcf857x_params.h b/drivers/pcf857x/include/pcf857x_params.h index bd274935cdac..92d3850d7cca 100644 --- a/drivers/pcf857x/include/pcf857x_params.h +++ b/drivers/pcf857x/include/pcf857x_params.h @@ -16,7 +16,6 @@ * @{ */ - #include "board.h" #include "pcf857x.h" #include "saul_reg.h" diff --git a/drivers/ph_oem/include/ph_oem_params.h b/drivers/ph_oem/include/ph_oem_params.h index a54cb4351bad..f5c2b8a6574a 100644 --- a/drivers/ph_oem/include/ph_oem_params.h +++ b/drivers/ph_oem/include/ph_oem_params.h @@ -18,7 +18,6 @@ * @author Igor Knippenberg */ - #include "board.h" /* THIS INCLUDE IS MANDATORY */ #include "saul_reg.h" #include "ph_oem.h" diff --git a/drivers/ph_oem/include/ph_oem_regs.h b/drivers/ph_oem/include/ph_oem_regs.h index 26c9a7b5de27..39e2e237b1df 100644 --- a/drivers/ph_oem/include/ph_oem_regs.h +++ b/drivers/ph_oem/include/ph_oem_regs.h @@ -18,7 +18,6 @@ * @author Igor Knippenberg */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/pir/include/pir_params.h b/drivers/pir/include/pir_params.h index 641652385ca8..dba872b891d4 100644 --- a/drivers/pir/include/pir_params.h +++ b/drivers/pir/include/pir_params.h @@ -18,7 +18,6 @@ * @author Hyung-Sin Kim */ - #include "board.h" #include "pir.h" #include "saul_reg.h" diff --git a/drivers/pulse_counter/include/pulse_counter_params.h b/drivers/pulse_counter/include/pulse_counter_params.h index 744c1478431c..f7f6ee32a547 100644 --- a/drivers/pulse_counter/include/pulse_counter_params.h +++ b/drivers/pulse_counter/include/pulse_counter_params.h @@ -18,7 +18,6 @@ * @author Hyung-Sin Kim */ - #include "board.h" #include "pulse_counter.h" #include "saul_reg.h" diff --git a/drivers/qmc5883l/include/qmc5883l_params.h b/drivers/qmc5883l/include/qmc5883l_params.h index 36a5c4654483..d5267a47cdc9 100644 --- a/drivers/qmc5883l/include/qmc5883l_params.h +++ b/drivers/qmc5883l/include/qmc5883l_params.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "saul_reg.h" #include "board.h" #include "qmc5883l.h" diff --git a/drivers/qmc5883l/qmc5883l_internal.h b/drivers/qmc5883l/qmc5883l_internal.h index 190be5ffbf9a..a7ad1f00b276 100644 --- a/drivers/qmc5883l/qmc5883l_internal.h +++ b/drivers/qmc5883l/qmc5883l_internal.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { diff --git a/drivers/rn2xx3/include/rn2xx3_internal.h b/drivers/rn2xx3/include/rn2xx3_internal.h index 7052d1d64a22..1f9bd5b8636c 100644 --- a/drivers/rn2xx3/include/rn2xx3_internal.h +++ b/drivers/rn2xx3/include/rn2xx3_internal.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include #include "rn2xx3.h" diff --git a/drivers/rn2xx3/include/rn2xx3_params.h b/drivers/rn2xx3/include/rn2xx3_params.h index ea6626369c95..347eabdba37c 100644 --- a/drivers/rn2xx3/include/rn2xx3_params.h +++ b/drivers/rn2xx3/include/rn2xx3_params.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "board.h" #include "rn2xx3.h" diff --git a/drivers/scd30/include/scd30_internal.h b/drivers/scd30/include/scd30_internal.h index 3767f7bafdff..85fdcbaccc77 100644 --- a/drivers/scd30/include/scd30_internal.h +++ b/drivers/scd30/include/scd30_internal.h @@ -21,7 +21,6 @@ * @author Nishchay Agrawal */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/scd30/include/scd30_params.h b/drivers/scd30/include/scd30_params.h index bdb7964afd52..295184280b13 100644 --- a/drivers/scd30/include/scd30_params.h +++ b/drivers/scd30/include/scd30_params.h @@ -20,7 +20,6 @@ * @} */ - #include "periph/i2c.h" #include "scd30.h" diff --git a/drivers/sdcard_spi/include/sdcard_spi_internal.h b/drivers/sdcard_spi/include/sdcard_spi_internal.h index 732dae338b21..cb0377c5cd6c 100644 --- a/drivers/sdcard_spi/include/sdcard_spi_internal.h +++ b/drivers/sdcard_spi/include/sdcard_spi_internal.h @@ -23,7 +23,6 @@ * @author Michel Rottleuthner */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/sdcard_spi/include/sdcard_spi_params.h b/drivers/sdcard_spi/include/sdcard_spi_params.h index 345b3925402e..fa7ad789c1bc 100644 --- a/drivers/sdcard_spi/include/sdcard_spi_params.h +++ b/drivers/sdcard_spi/include/sdcard_spi_params.h @@ -18,7 +18,6 @@ * @author Michel Rottleuthner */ - #include "board.h" #ifdef __cplusplus diff --git a/drivers/sdp3x/include/sdp3x_params.h b/drivers/sdp3x/include/sdp3x_params.h index 5fe9d47b208a..3855efc4ca93 100644 --- a/drivers/sdp3x/include/sdp3x_params.h +++ b/drivers/sdp3x/include/sdp3x_params.h @@ -20,7 +20,6 @@ * @} */ - #include "board.h" #include "sdp3x.h" #include "saul_reg.h" diff --git a/drivers/sds011/include/sds011_params.h b/drivers/sds011/include/sds011_params.h index 8315685d8ab0..3574f64399e5 100644 --- a/drivers/sds011/include/sds011_params.h +++ b/drivers/sds011/include/sds011_params.h @@ -18,7 +18,6 @@ * @author Michel Rottleuthner */ - #include "board.h" #include "periph/uart.h" #include "saul_reg.h" diff --git a/drivers/seesaw_soil/include/seesaw_soil_params.h b/drivers/seesaw_soil/include/seesaw_soil_params.h index 6ae3df4d862a..59d435e66afb 100644 --- a/drivers/seesaw_soil/include/seesaw_soil_params.h +++ b/drivers/seesaw_soil/include/seesaw_soil_params.h @@ -18,7 +18,6 @@ * @author Viktor Gal */ - #include "board.h" #include "seesaw_soil.h" #include "saul_reg.h" diff --git a/drivers/seesaw_soil/include/seesaw_soil_regs.h b/drivers/seesaw_soil/include/seesaw_soil_regs.h index 493435d2a627..623f35c7b776 100644 --- a/drivers/seesaw_soil/include/seesaw_soil_regs.h +++ b/drivers/seesaw_soil/include/seesaw_soil_regs.h @@ -18,7 +18,6 @@ * @author Viktor Gal */ - #ifdef __cplusplus extern "C" { diff --git a/drivers/servo/include/servo_params.h b/drivers/servo/include/servo_params.h index cd85bc5a2b54..c5e38df33336 100644 --- a/drivers/servo/include/servo_params.h +++ b/drivers/servo/include/servo_params.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #include "board.h" #include "macros/units.h" #include "periph/gpio.h" diff --git a/drivers/sgp30/include/sgp30_constants.h b/drivers/sgp30/include/sgp30_constants.h index aaffcfc0c8cd..55d39b5854ad 100644 --- a/drivers/sgp30/include/sgp30_constants.h +++ b/drivers/sgp30/include/sgp30_constants.h @@ -18,7 +18,6 @@ * @author Francisco Molina */ - #include "timex.h" #ifdef __cplusplus diff --git a/drivers/sgp30/include/sgp30_params.h b/drivers/sgp30/include/sgp30_params.h index 1e7973cb1deb..cdfd0a62101c 100644 --- a/drivers/sgp30/include/sgp30_params.h +++ b/drivers/sgp30/include/sgp30_params.h @@ -18,7 +18,6 @@ * @author Francisco Molina */ - #include "board.h" #include "sgp30.h" #include "sgp30_constants.h" diff --git a/drivers/sht1x/include/sht1x_defines.h b/drivers/sht1x/include/sht1x_defines.h index e52a12e636a7..35b09fbca7df 100644 --- a/drivers/sht1x/include/sht1x_defines.h +++ b/drivers/sht1x/include/sht1x_defines.h @@ -19,7 +19,6 @@ * @author Marian Buschsieweke */ - #include #include #include diff --git a/drivers/sht1x/include/sht1x_params.h b/drivers/sht1x/include/sht1x_params.h index 4fc651c29819..50e05eaf5d72 100644 --- a/drivers/sht1x/include/sht1x_params.h +++ b/drivers/sht1x/include/sht1x_params.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #include "board.h" #include "sht1x.h" #include "saul_reg.h" diff --git a/drivers/sht2x/include/sht2x_params.h b/drivers/sht2x/include/sht2x_params.h index dead5baa01c8..dd86dd1c71b2 100644 --- a/drivers/sht2x/include/sht2x_params.h +++ b/drivers/sht2x/include/sht2x_params.h @@ -22,7 +22,6 @@ * @author Steffen Robertz */ - #include "sht2x.h" #include "saul_reg.h" diff --git a/drivers/sht3x/include/sht3x_params.h b/drivers/sht3x/include/sht3x_params.h index dad051acffab..9d3179e39975 100644 --- a/drivers/sht3x/include/sht3x_params.h +++ b/drivers/sht3x/include/sht3x_params.h @@ -16,7 +16,6 @@ * @{ */ - #include "board.h" #include "sht3x.h" #include "saul_reg.h" diff --git a/drivers/shtcx/include/shtcx_params.h b/drivers/shtcx/include/shtcx_params.h index e8c31ee07626..cb6de1aeaa95 100644 --- a/drivers/shtcx/include/shtcx_params.h +++ b/drivers/shtcx/include/shtcx_params.h @@ -20,7 +20,6 @@ * @author Josua Arndt */ - #include "board.h" #include "shtcx.h" #include "shtcx_regs.h" diff --git a/drivers/shtcx/include/shtcx_regs.h b/drivers/shtcx/include/shtcx_regs.h index 4579d3df7606..fa69dcd0bc98 100644 --- a/drivers/shtcx/include/shtcx_regs.h +++ b/drivers/shtcx/include/shtcx_regs.h @@ -19,7 +19,6 @@ * @author Josua Arndt */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/si1133/include/si1133_internals.h b/drivers/si1133/include/si1133_internals.h index 2b4c35039809..2ea1c6bd7495 100644 --- a/drivers/si1133/include/si1133_internals.h +++ b/drivers/si1133/include/si1133_internals.h @@ -20,7 +20,6 @@ * @author iosabi */ - #include #ifdef __cplusplus diff --git a/drivers/si1133/include/si1133_params.h b/drivers/si1133/include/si1133_params.h index 002fbda4fb6c..cbf287d5de19 100644 --- a/drivers/si1133/include/si1133_params.h +++ b/drivers/si1133/include/si1133_params.h @@ -18,7 +18,6 @@ * @author iosabi */ - #include "board.h" #include "si1133.h" #include "saul_reg.h" diff --git a/drivers/si114x/include/si114x_internals.h b/drivers/si114x/include/si114x_internals.h index 88ea774a2005..6c863e44c65b 100644 --- a/drivers/si114x/include/si114x_internals.h +++ b/drivers/si114x/include/si114x_internals.h @@ -19,7 +19,6 @@ * @author Alexandre Abadie */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/si114x/include/si114x_params.h b/drivers/si114x/include/si114x_params.h index 2b96465afdd0..8071a7adec79 100644 --- a/drivers/si114x/include/si114x_params.h +++ b/drivers/si114x/include/si114x_params.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "board.h" #include "si114x.h" #include "saul_reg.h" diff --git a/drivers/si70xx/include/si70xx_internals.h b/drivers/si70xx/include/si70xx_internals.h index c6150165cb5b..763cf34d3d81 100644 --- a/drivers/si70xx/include/si70xx_internals.h +++ b/drivers/si70xx/include/si70xx_internals.h @@ -18,7 +18,6 @@ * @author Bas Stottelaar */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/si70xx/include/si70xx_params.h b/drivers/si70xx/include/si70xx_params.h index edae9537dda9..7f9839824498 100644 --- a/drivers/si70xx/include/si70xx_params.h +++ b/drivers/si70xx/include/si70xx_params.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #include "board.h" #include "si70xx.h" #include "saul_reg.h" diff --git a/drivers/sm_pwm_01c/include/sm_pwm_01c_params.h b/drivers/sm_pwm_01c/include/sm_pwm_01c_params.h index a32469b19238..0770bf5d97fb 100644 --- a/drivers/sm_pwm_01c/include/sm_pwm_01c_params.h +++ b/drivers/sm_pwm_01c/include/sm_pwm_01c_params.h @@ -18,7 +18,6 @@ * */ - #include "board.h" #include "saul_reg.h" #include "sm_pwm_01c.h" diff --git a/drivers/soft_spi/include/soft_spi_params.h b/drivers/soft_spi/include/soft_spi_params.h index 5501cb859fb3..846b5e3fd5f4 100644 --- a/drivers/soft_spi/include/soft_spi_params.h +++ b/drivers/soft_spi/include/soft_spi_params.h @@ -18,7 +18,6 @@ * @author Markus Blechschmidt */ - #include "soft_spi.h" #ifdef __cplusplus diff --git a/drivers/soft_uart/include/soft_uart_params.h b/drivers/soft_uart/include/soft_uart_params.h index 35fde561ebde..393cbf97b66b 100644 --- a/drivers/soft_uart/include/soft_uart_params.h +++ b/drivers/soft_uart/include/soft_uart_params.h @@ -18,7 +18,6 @@ * @author Benjamin Valentin */ - #include "board.h" #include "soft_uart.h" #include "macros/units.h" diff --git a/drivers/sps30/include/sps30_params.h b/drivers/sps30/include/sps30_params.h index 53d2fac07364..b79e3e0be2ad 100644 --- a/drivers/sps30/include/sps30_params.h +++ b/drivers/sps30/include/sps30_params.h @@ -16,7 +16,6 @@ * @{ */ - #include "board.h" #include "sps30.h" #include "saul_reg.h" diff --git a/drivers/srf04/include/srf04_params.h b/drivers/srf04/include/srf04_params.h index 4f3597c1b303..684d8421e9a9 100644 --- a/drivers/srf04/include/srf04_params.h +++ b/drivers/srf04/include/srf04_params.h @@ -18,7 +18,6 @@ * @author Semjon Kerner */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/srf08/include/srf08_params.h b/drivers/srf08/include/srf08_params.h index af1aee359942..3cefa5873488 100644 --- a/drivers/srf08/include/srf08_params.h +++ b/drivers/srf08/include/srf08_params.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/st77xx/include/st7735.h b/drivers/st77xx/include/st7735.h index 69c1d7d5aec6..792a38ff85fa 100644 --- a/drivers/st77xx/include/st7735.h +++ b/drivers/st77xx/include/st7735.h @@ -31,7 +31,6 @@ * backward compatibility. */ - #include "lcd.h" #include "st77xx.h" diff --git a/drivers/st77xx/include/st7735_internal.h b/drivers/st77xx/include/st7735_internal.h index b7e67efae4c9..4d63bb5464d5 100644 --- a/drivers/st77xx/include/st7735_internal.h +++ b/drivers/st77xx/include/st7735_internal.h @@ -22,7 +22,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/st77xx/include/st7735_params.h b/drivers/st77xx/include/st7735_params.h index 5634243bc986..45e743c769e1 100644 --- a/drivers/st77xx/include/st7735_params.h +++ b/drivers/st77xx/include/st7735_params.h @@ -27,7 +27,6 @@ * backward compatibility. */ - #include "board.h" #include "lcd.h" #include "st7735.h" diff --git a/drivers/st77xx/include/st7789_internal.h b/drivers/st77xx/include/st7789_internal.h index 4952a61a46d7..4f8a91e8fbaa 100644 --- a/drivers/st77xx/include/st7789_internal.h +++ b/drivers/st77xx/include/st7789_internal.h @@ -22,7 +22,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/st77xx/include/st7796_internal.h b/drivers/st77xx/include/st7796_internal.h index 0bcc12af9fe5..5a75f9770f18 100644 --- a/drivers/st77xx/include/st7796_internal.h +++ b/drivers/st77xx/include/st7796_internal.h @@ -22,7 +22,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/st77xx/include/st77xx_internal.h b/drivers/st77xx/include/st77xx_internal.h index a89bfe1654f3..7b861d91933b 100644 --- a/drivers/st77xx/include/st77xx_internal.h +++ b/drivers/st77xx/include/st77xx_internal.h @@ -22,7 +22,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/st77xx/include/st77xx_params.h b/drivers/st77xx/include/st77xx_params.h index 004298659c4e..0414d27b9e15 100644 --- a/drivers/st77xx/include/st77xx_params.h +++ b/drivers/st77xx/include/st77xx_params.h @@ -22,7 +22,6 @@ * @author Gunar Schorcht */ - #include "board.h" #include "lcd.h" #include "st7735_params.h" diff --git a/drivers/stmpe811/include/stmpe811_constants.h b/drivers/stmpe811/include/stmpe811_constants.h index 814b6536d2a9..5548820d5ce5 100644 --- a/drivers/stmpe811/include/stmpe811_constants.h +++ b/drivers/stmpe811/include/stmpe811_constants.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "stmpe811.h" #ifdef __cplusplus @@ -115,7 +114,6 @@ extern "C" { #define STMPE811_SPI_CFG_AUTO_INCR (1 << 2) /**< SPI transactions internal autoincrement */ /** @} */ - /** * @name INT_CTRL register bitfields * @{ diff --git a/drivers/stmpe811/include/stmpe811_params.h b/drivers/stmpe811/include/stmpe811_params.h index 27fe505a3092..d59d3806f060 100644 --- a/drivers/stmpe811/include/stmpe811_params.h +++ b/drivers/stmpe811/include/stmpe811_params.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "kernel_defines.h" #include "board.h" #include "stmpe811.h" diff --git a/drivers/stmpe811/include/stmpe811_touch_dev.h b/drivers/stmpe811/include/stmpe811_touch_dev.h index 02e123c5e69c..597ad56d2954 100644 --- a/drivers/stmpe811/include/stmpe811_touch_dev.h +++ b/drivers/stmpe811/include/stmpe811_touch_dev.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "touch_dev.h" #ifdef __cplusplus diff --git a/drivers/sx126x/include/sx126x_netdev.h b/drivers/sx126x/include/sx126x_netdev.h index 70ebfffbbf8e..31f74a314492 100644 --- a/drivers/sx126x/include/sx126x_netdev.h +++ b/drivers/sx126x/include/sx126x_netdev.h @@ -17,7 +17,6 @@ * @author Alexandre Abadie */ - #include "net/netdev.h" #ifdef __cplusplus diff --git a/drivers/sx126x/include/sx126x_params.h b/drivers/sx126x/include/sx126x_params.h index 08dba4b574a5..fcfc283b4467 100644 --- a/drivers/sx126x/include/sx126x_params.h +++ b/drivers/sx126x/include/sx126x_params.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "board.h" #include "sx126x.h" #include "sx126x_driver.h" diff --git a/drivers/sx127x/include/sx127x_internal.h b/drivers/sx127x/include/sx127x_internal.h index eaab71b8977c..5e3a07a0bece 100644 --- a/drivers/sx127x/include/sx127x_internal.h +++ b/drivers/sx127x/include/sx127x_internal.h @@ -21,7 +21,6 @@ * @author Alexandre Abadie */ - #include #include "sx127x.h" diff --git a/drivers/sx127x/include/sx127x_netdev.h b/drivers/sx127x/include/sx127x_netdev.h index 449fe77f430a..4ed6d2edcaf5 100644 --- a/drivers/sx127x/include/sx127x_netdev.h +++ b/drivers/sx127x/include/sx127x_netdev.h @@ -19,7 +19,6 @@ * @author Alexandre Abadie */ - #include "net/netdev.h" #ifdef __cplusplus diff --git a/drivers/sx127x/include/sx127x_params.h b/drivers/sx127x/include/sx127x_params.h index 8ea3ffc53465..cd79be1cb636 100644 --- a/drivers/sx127x/include/sx127x_params.h +++ b/drivers/sx127x/include/sx127x_params.h @@ -19,7 +19,6 @@ * @author Alexandre Abadie */ - #include "board.h" #include "sx127x.h" diff --git a/drivers/sx127x/include/sx127x_registers.h b/drivers/sx127x/include/sx127x_registers.h index 0902b60ba7b3..aa23ba61c9fd 100644 --- a/drivers/sx127x/include/sx127x_registers.h +++ b/drivers/sx127x/include/sx127x_registers.h @@ -23,7 +23,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/sx1280/include/sx1280_constants.h b/drivers/sx1280/include/sx1280_constants.h index d6cccf9585fe..3684c02c72d6 100644 --- a/drivers/sx1280/include/sx1280_constants.h +++ b/drivers/sx1280/include/sx1280_constants.h @@ -20,7 +20,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/sx1280/include/sx1280_netdev.h b/drivers/sx1280/include/sx1280_netdev.h index 2f0fad9b5835..26d2b71c6722 100644 --- a/drivers/sx1280/include/sx1280_netdev.h +++ b/drivers/sx1280/include/sx1280_netdev.h @@ -20,7 +20,6 @@ * */ - #include "net/netdev.h" #ifdef __cplusplus diff --git a/drivers/sx1280/include/sx1280_params.h b/drivers/sx1280/include/sx1280_params.h index f4fd5b6e2d00..8c352ad030ca 100644 --- a/drivers/sx1280/include/sx1280_params.h +++ b/drivers/sx1280/include/sx1280_params.h @@ -20,7 +20,6 @@ * */ - #include "board.h" #include "sx1280.h" #include "sx1280_constants.h" @@ -82,7 +81,6 @@ extern "C" { #define SX1280_PARAM_DIO1 GPIO_PIN(2, 7) /**< DIO1 */ #endif - /** * @brief Default sx1280 parameters */ diff --git a/drivers/tcs37727/include/tcs37727-internal.h b/drivers/tcs37727/include/tcs37727-internal.h index 04d7b65b815e..206c1954c3b6 100644 --- a/drivers/tcs37727/include/tcs37727-internal.h +++ b/drivers/tcs37727/include/tcs37727-internal.h @@ -20,7 +20,6 @@ * */ - #ifdef __cplusplus extern "C" { diff --git a/drivers/tcs37727/include/tcs37727_params.h b/drivers/tcs37727/include/tcs37727_params.h index 1eeba2076354..0b735fc3752f 100644 --- a/drivers/tcs37727/include/tcs37727_params.h +++ b/drivers/tcs37727/include/tcs37727_params.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "board.h" #include "tcs37727.h" #include "saul_reg.h" diff --git a/drivers/tmp00x/include/tmp00x_params.h b/drivers/tmp00x/include/tmp00x_params.h index 919574eb62b5..00ed52c488d4 100644 --- a/drivers/tmp00x/include/tmp00x_params.h +++ b/drivers/tmp00x/include/tmp00x_params.h @@ -18,7 +18,6 @@ * @author Sebastian Meiling */ - #include "board.h" #include "tmp00x.h" #include "saul_reg.h" diff --git a/drivers/tmp00x/include/tmp00x_regs.h b/drivers/tmp00x/include/tmp00x_regs.h index 61694a69e013..c067bac89dec 100644 --- a/drivers/tmp00x/include/tmp00x_regs.h +++ b/drivers/tmp00x/include/tmp00x_regs.h @@ -19,7 +19,6 @@ * @author Jannes Volkens */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/tps6274x/include/tps6274x_params.h b/drivers/tps6274x/include/tps6274x_params.h index a2dd60648f12..eeb9db6727e8 100644 --- a/drivers/tps6274x/include/tps6274x_params.h +++ b/drivers/tps6274x/include/tps6274x_params.h @@ -18,7 +18,6 @@ * @author Peter Kietzmann */ - #include "board.h" #include "tps6274x.h" diff --git a/drivers/tsl2561/include/tsl2561_internals.h b/drivers/tsl2561/include/tsl2561_internals.h index 4d399197b607..2a3aeb0e89a4 100644 --- a/drivers/tsl2561/include/tsl2561_internals.h +++ b/drivers/tsl2561/include/tsl2561_internals.h @@ -19,7 +19,6 @@ * @author Alexandre Abadie */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/tsl2561/include/tsl2561_params.h b/drivers/tsl2561/include/tsl2561_params.h index 361db3055d6b..8550d2a43e10 100644 --- a/drivers/tsl2561/include/tsl2561_params.h +++ b/drivers/tsl2561/include/tsl2561_params.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "board.h" #include "saul_reg.h" #include "tsl2561.h" diff --git a/drivers/tsl4531x/include/tsl4531x_internals.h b/drivers/tsl4531x/include/tsl4531x_internals.h index c4909f1df58d..1fdc41087d67 100644 --- a/drivers/tsl4531x/include/tsl4531x_internals.h +++ b/drivers/tsl4531x/include/tsl4531x_internals.h @@ -24,7 +24,6 @@ * Derived from the internals.h file for the tsl2561 driver. */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/tsl4531x/include/tsl4531x_params.h b/drivers/tsl4531x/include/tsl4531x_params.h index 8f4a93da24e7..5bd20c029578 100644 --- a/drivers/tsl4531x/include/tsl4531x_params.h +++ b/drivers/tsl4531x/include/tsl4531x_params.h @@ -22,7 +22,6 @@ * Derived from the default configuration for the tsl2561 driver. */ - #include "board.h" #include "saul_reg.h" #include "tsl4531x.h" diff --git a/drivers/uart_half_duplex/include/uart_half_duplex.h b/drivers/uart_half_duplex/include/uart_half_duplex.h index dfa3d8c52a1d..1b238cb95110 100644 --- a/drivers/uart_half_duplex/include/uart_half_duplex.h +++ b/drivers/uart_half_duplex/include/uart_half_duplex.h @@ -23,7 +23,6 @@ * @author Loïc Dauphin */ - #include #include "periph/uart.h" diff --git a/drivers/vcnl40x0/include/vcnl40x0_internals.h b/drivers/vcnl40x0/include/vcnl40x0_internals.h index efb24da4de99..381a14acb447 100644 --- a/drivers/vcnl40x0/include/vcnl40x0_internals.h +++ b/drivers/vcnl40x0/include/vcnl40x0_internals.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/vcnl40x0/include/vcnl40x0_params.h b/drivers/vcnl40x0/include/vcnl40x0_params.h index edbfcc515e3b..24a7835d2cd9 100644 --- a/drivers/vcnl40x0/include/vcnl40x0_params.h +++ b/drivers/vcnl40x0/include/vcnl40x0_params.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "board.h" #include "vcnl40x0.h" #include "vcnl40x0_internals.h" diff --git a/drivers/veml6070/include/veml6070_params.h b/drivers/veml6070/include/veml6070_params.h index 784ac6b3ae7a..37335258c5dd 100644 --- a/drivers/veml6070/include/veml6070_params.h +++ b/drivers/veml6070/include/veml6070_params.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include "board.h" #include "veml6070.h" #include "saul_reg.h" diff --git a/drivers/vl6180x/include/vl6180x_params.h b/drivers/vl6180x/include/vl6180x_params.h index 73ca48eb4d72..c81c78f780a8 100644 --- a/drivers/vl6180x/include/vl6180x_params.h +++ b/drivers/vl6180x/include/vl6180x_params.h @@ -16,7 +16,6 @@ * @{ */ - #include "board.h" #include "saul_reg.h" #include "vl6180x.h" diff --git a/drivers/vl6180x/include/vl6180x_regs.h b/drivers/vl6180x/include/vl6180x_regs.h index 028a32c36ed9..e600e387379b 100644 --- a/drivers/vl6180x/include/vl6180x_regs.h +++ b/drivers/vl6180x/include/vl6180x_regs.h @@ -16,7 +16,6 @@ * @{ */ - #ifdef __cplusplus extern "C" { diff --git a/drivers/w5100/include/w5100_params.h b/drivers/w5100/include/w5100_params.h index 475852ab0e9a..cb75e9fc7e07 100644 --- a/drivers/w5100/include/w5100_params.h +++ b/drivers/w5100/include/w5100_params.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include "board.h" #ifdef MODULE_SHIELD_W5100 diff --git a/drivers/w5100/include/w5100_regs.h b/drivers/w5100/include/w5100_regs.h index 736094dce3f6..6cd25b4c2648 100644 --- a/drivers/w5100/include/w5100_regs.h +++ b/drivers/w5100/include/w5100_regs.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/w5500/include/w5500_params.h b/drivers/w5500/include/w5500_params.h index dcc7e5c9533a..2b3ac89523c3 100644 --- a/drivers/w5500/include/w5500_params.h +++ b/drivers/w5500/include/w5500_params.h @@ -18,7 +18,6 @@ * @author Stefan Schmidt */ - #include "board.h" #ifdef __cplusplus diff --git a/drivers/w5500/include/w5500_regs.h b/drivers/w5500/include/w5500_regs.h index 55f95cda9bd6..1bca8e5a0565 100644 --- a/drivers/w5500/include/w5500_regs.h +++ b/drivers/w5500/include/w5500_regs.h @@ -18,7 +18,6 @@ * @author Stefan Schmidt */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/ws281x/include/ws281x_backend.h b/drivers/ws281x/include/ws281x_backend.h index 9d3468410483..0379e1c72e48 100644 --- a/drivers/ws281x/include/ws281x_backend.h +++ b/drivers/ws281x/include/ws281x_backend.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/ws281x/include/ws281x_constants.h b/drivers/ws281x/include/ws281x_constants.h index b165be526a40..d522ce6f9b7e 100644 --- a/drivers/ws281x/include/ws281x_constants.h +++ b/drivers/ws281x/include/ws281x_constants.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #ifdef __cplusplus extern "C" { #endif diff --git a/drivers/ws281x/include/ws281x_params.h b/drivers/ws281x/include/ws281x_params.h index cca6a5d7e589..ed647b5e0705 100644 --- a/drivers/ws281x/include/ws281x_params.h +++ b/drivers/ws281x/include/ws281x_params.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #include "board.h" #include "saul_reg.h" diff --git a/drivers/xbee/include/xbee_params.h b/drivers/xbee/include/xbee_params.h index 56a7cf5c0c0c..22f8167ba764 100644 --- a/drivers/xbee/include/xbee_params.h +++ b/drivers/xbee/include/xbee_params.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/examples/networking/coap/gcoap/server.c b/examples/networking/coap/gcoap/server.c index 3d3668e90d1e..65672078cb6e 100644 --- a/examples/networking/coap/gcoap/server.c +++ b/examples/networking/coap/gcoap/server.c @@ -93,7 +93,6 @@ static gcoap_listener_t _listener = { NULL }; - /* Adds link format params to resource list */ static ssize_t _encode_link(const coap_resource_t *resource, char *buf, size_t maxlen, coap_link_encoder_ctx_t *context) { diff --git a/examples/networking/coap/gcoap_dtls/server.c b/examples/networking/coap/gcoap_dtls/server.c index b91ff5e419f6..9408f903315a 100644 --- a/examples/networking/coap/gcoap_dtls/server.c +++ b/examples/networking/coap/gcoap_dtls/server.c @@ -92,7 +92,6 @@ static gcoap_listener_t _listener = { NULL }; - /* Adds link format params to resource list */ static ssize_t _encode_link(const coap_resource_t *resource, char *buf, size_t maxlen, coap_link_encoder_ctx_t *context) { diff --git a/examples/networking/misc/lwm2m/lwm2m_cli.c b/examples/networking/misc/lwm2m/lwm2m_cli.c index 5d904c2bbaa5..6cd6e728abf6 100644 --- a/examples/networking/misc/lwm2m/lwm2m_cli.c +++ b/examples/networking/misc/lwm2m/lwm2m_cli.c @@ -211,7 +211,6 @@ static int _parse_lwm2m_switch_cmd(int argc, char **argv) return 0; } - static int _cli_cmd(int argc, char **argv) { if (argc == 1) { diff --git a/sys/arduino/include/Arduino.h b/sys/arduino/include/Arduino.h index 4601118d098f..ded872e393be 100644 --- a/sys/arduino/include/Arduino.h +++ b/sys/arduino/include/Arduino.h @@ -16,7 +16,6 @@ * @{ */ - #ifdef __cplusplus #include "arduino.hpp" #endif diff --git a/sys/arduino/include/SPI.h b/sys/arduino/include/SPI.h index 572b639807c3..2ce8a91636be 100644 --- a/sys/arduino/include/SPI.h +++ b/sys/arduino/include/SPI.h @@ -18,7 +18,6 @@ * @author Marian Buschsieweke */ - #ifndef MODULE_PERIPH_SPI #error "No SPI support on your board" #endif @@ -39,5 +38,4 @@ extern "C" { } #endif - /** @} */ diff --git a/sys/arduino/include/Wire.h b/sys/arduino/include/Wire.h index 31bf30765256..ae49a08832ce 100644 --- a/sys/arduino/include/Wire.h +++ b/sys/arduino/include/Wire.h @@ -16,7 +16,6 @@ * @{ */ - #ifndef MODULE_PERIPH_I2C #error "No I2C support on your board" #endif diff --git a/sys/arduino/include/arduino_board.h b/sys/arduino/include/arduino_board.h index 7de0ef69709c..5a45d03251e9 100644 --- a/sys/arduino/include/arduino_board.h +++ b/sys/arduino/include/arduino_board.h @@ -21,7 +21,6 @@ * @author Thomas Perrot */ - #include "arduino_board_analog.h" #include "arduino_board_pins.h" #include "arduino_board_pwm.h" diff --git a/sys/arduino/include/arduino_board_analog.h b/sys/arduino/include/arduino_board_analog.h index bb3854fd69ee..a38314e7d870 100644 --- a/sys/arduino/include/arduino_board_analog.h +++ b/sys/arduino/include/arduino_board_analog.h @@ -22,7 +22,6 @@ * @author Marian Buschsieweke */ - #include "periph/adc.h" #include "arduino_iomap.h" diff --git a/sys/arduino/include/arduino_board_pins.h b/sys/arduino/include/arduino_board_pins.h index bcb78bd18327..ca8f36cde683 100644 --- a/sys/arduino/include/arduino_board_pins.h +++ b/sys/arduino/include/arduino_board_pins.h @@ -22,7 +22,6 @@ * @author Marian Buschsieweke */ - #include "arduino_iomap.h" #include "periph/gpio.h" diff --git a/sys/arduino/include/arduino_board_pwm.h b/sys/arduino/include/arduino_board_pwm.h index 1160921cb9ed..d49b255f4698 100644 --- a/sys/arduino/include/arduino_board_pwm.h +++ b/sys/arduino/include/arduino_board_pwm.h @@ -22,7 +22,6 @@ * @author Marian Buschsieweke */ - #include "arduino_iomap.h" #include "periph/pwm.h" diff --git a/sys/auto_init/include/auto_init_priorities.h b/sys/auto_init/include/auto_init_priorities.h index 31af2a55aa69..bd19b5720be6 100644 --- a/sys/auto_init/include/auto_init_priorities.h +++ b/sys/auto_init/include/auto_init_priorities.h @@ -18,7 +18,6 @@ * @author Fabian Hüßler */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/crypto/psa_riot_cipher/aes_common.h b/sys/crypto/psa_riot_cipher/aes_common.h index 43e97feb0c18..b11d8db69c00 100644 --- a/sys/crypto/psa_riot_cipher/aes_common.h +++ b/sys/crypto/psa_riot_cipher/aes_common.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/crypto/psa_riot_cipher/chacha20.c b/sys/crypto/psa_riot_cipher/chacha20.c index bc0c5c7b6e7b..dc8dd2e76ba6 100644 --- a/sys/crypto/psa_riot_cipher/chacha20.c +++ b/sys/crypto/psa_riot_cipher/chacha20.c @@ -70,7 +70,6 @@ psa_status_t psa_cipher_chacha20_decrypt(uint8_t *key_buffer, return PSA_ERROR_INVALID_ARGUMENT; } - if (output_size < (input_length - CHACHA20POLY1305_NONCE_BYTES)) { return PSA_ERROR_BUFFER_TOO_SMALL; } diff --git a/sys/fs/devfs/random-vfs.h b/sys/fs/devfs/random-vfs.h index d33d5a39c6c1..92e51d6c9361 100644 --- a/sys/fs/devfs/random-vfs.h +++ b/sys/fs/devfs/random-vfs.h @@ -19,7 +19,6 @@ * @author Vincent Dupont */ - #include "vfs.h" #ifdef __cplusplus diff --git a/sys/include/analog_util.h b/sys/include/analog_util.h index ddc87db50c09..e359833770a9 100644 --- a/sys/include/analog_util.h +++ b/sys/include/analog_util.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #include #include "periph/adc.h" diff --git a/sys/include/app_metadata.h b/sys/include/app_metadata.h index a170fa5275ee..2cca7686738c 100644 --- a/sys/include/app_metadata.h +++ b/sys/include/app_metadata.h @@ -17,7 +17,6 @@ * @author Kevin Weiss */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/architecture.h b/sys/include/architecture.h index ab43ea576416..e562402d1098 100644 --- a/sys/include/architecture.h +++ b/sys/include/architecture.h @@ -23,7 +23,6 @@ * @author Marian Buschsieweke */ - #include #include #include diff --git a/sys/include/auto_init.h b/sys/include/auto_init.h index 3c42c10b31e8..d3237291207b 100644 --- a/sys/include/auto_init.h +++ b/sys/include/auto_init.h @@ -107,7 +107,6 @@ * @author Alexandre Abadie */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/base64.h b/sys/include/base64.h index f21755e4e4b2..1ab9a2373c31 100644 --- a/sys/include/base64.h +++ b/sys/include/base64.h @@ -19,7 +19,6 @@ * @author Martin Landsmann */ - #include /* for size_t */ #ifdef __cplusplus diff --git a/sys/include/benchmark.h b/sys/include/benchmark.h index 415b4b102909..db4ff9685837 100644 --- a/sys/include/benchmark.h +++ b/sys/include/benchmark.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #include #include "irq.h" diff --git a/sys/include/bhp.h b/sys/include/bhp.h index 665ac5e6935d..088cb9669f29 100644 --- a/sys/include/bhp.h +++ b/sys/include/bhp.h @@ -28,7 +28,6 @@ * @author José I. Alamos */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/bhp/event.h b/sys/include/bhp/event.h index d779840b1c70..9d7b83e9bd8d 100644 --- a/sys/include/bhp/event.h +++ b/sys/include/bhp/event.h @@ -18,7 +18,6 @@ * @author José I. Alamos */ - #include "bhp.h" #include diff --git a/sys/include/bhp/msg.h b/sys/include/bhp/msg.h index ada072a455a2..9babef82d04c 100644 --- a/sys/include/bhp/msg.h +++ b/sys/include/bhp/msg.h @@ -23,7 +23,6 @@ * @author José I. Alamos */ - #include "msg.h" #include "thread.h" #include "bhp.h" diff --git a/sys/include/bit.h b/sys/include/bit.h index 391867126492..d2fa09652fbf 100644 --- a/sys/include/bit.h +++ b/sys/include/bit.h @@ -18,7 +18,6 @@ * @author Joakim Nohlgård */ - #include #include "cpu.h" diff --git a/sys/include/bitfield.h b/sys/include/bitfield.h index 2830c45a31bd..aaf7e91cbe03 100644 --- a/sys/include/bitfield.h +++ b/sys/include/bitfield.h @@ -28,7 +28,6 @@ * @author Oliver Hahm */ - #include #include #include diff --git a/sys/include/bloom.h b/sys/include/bloom.h index 467876ff135e..c06d06f29fc4 100644 --- a/sys/include/bloom.h +++ b/sys/include/bloom.h @@ -122,7 +122,6 @@ * @author Christian Mehlis */ - #include #include #include diff --git a/sys/include/busy_wait.h b/sys/include/busy_wait.h index 43cff6800708..17503896233b 100644 --- a/sys/include/busy_wait.h +++ b/sys/include/busy_wait.h @@ -20,7 +20,6 @@ * @{ */ - #include #include "periph_conf.h" #include "time_units.h" diff --git a/sys/include/byteorder.h b/sys/include/byteorder.h index 566fd9888890..e4822dcf2c7b 100644 --- a/sys/include/byteorder.h +++ b/sys/include/byteorder.h @@ -18,7 +18,6 @@ * @author René Kijewski */ - #include #include #include diff --git a/sys/include/can/can.h b/sys/include/can/can.h index a46116d4d4b9..e9f1afe9f90f 100644 --- a/sys/include/can/can.h +++ b/sys/include/can/can.h @@ -25,7 +25,6 @@ * @author Toon Stegen */ - #ifdef __cplusplus extern "C" { #endif @@ -183,5 +182,4 @@ typedef struct can_frame can_frame_t; } #endif - /** @} */ diff --git a/sys/include/can/common.h b/sys/include/can/common.h index 20d8be819d94..443f0e43c513 100644 --- a/sys/include/can/common.h +++ b/sys/include/can/common.h @@ -25,7 +25,6 @@ * @author Vincent Dupont */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/can/conn/isotp.h b/sys/include/can/conn/isotp.h index a47fb5f734d2..14b8c8ada932 100644 --- a/sys/include/can/conn/isotp.h +++ b/sys/include/can/conn/isotp.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/can/conn/raw.h b/sys/include/can/conn/raw.h index c8c9b9bee37a..7a3af937d532 100644 --- a/sys/include/can/conn/raw.h +++ b/sys/include/can/conn/raw.h @@ -24,7 +24,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/can/device.h b/sys/include/can/device.h index eed54ff723ef..4aba0c1f3c42 100644 --- a/sys/include/can/device.h +++ b/sys/include/can/device.h @@ -19,7 +19,6 @@ * @author Toon Stegen */ - #ifdef __cplusplus extern "C" { #endif @@ -122,5 +121,4 @@ int can_device_calc_bittiming(uint32_t clock, const struct can_bittiming_const * } #endif - /** @} */ diff --git a/sys/include/can/dll.h b/sys/include/can/dll.h index 3322ab627ab4..b7ac34c9ee16 100644 --- a/sys/include/can/dll.h +++ b/sys/include/can/dll.h @@ -19,7 +19,6 @@ * @author Toon Stegen */ - #ifdef __cplusplus extern "C" { #endif @@ -104,5 +103,4 @@ int can_dll_dispatch_bus_off(kernel_pid_t pid); } #endif - /** @} */ diff --git a/sys/include/can/isotp.h b/sys/include/can/isotp.h index 281cb9430610..a824c58cc9c1 100644 --- a/sys/include/can/isotp.h +++ b/sys/include/can/isotp.h @@ -20,7 +20,6 @@ * @author Vincent Dupont */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/can/pkt.h b/sys/include/can/pkt.h index 6d73d4073182..afe9f9e1b82c 100644 --- a/sys/include/can/pkt.h +++ b/sys/include/can/pkt.h @@ -19,7 +19,6 @@ * @author Toon Stegen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/can/raw.h b/sys/include/can/raw.h index b15fc9d88e22..66a3350d1bf8 100644 --- a/sys/include/can/raw.h +++ b/sys/include/can/raw.h @@ -23,7 +23,6 @@ * @author Aurelien Gonce */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/can/router.h b/sys/include/can/router.h index ac3da1a19076..a1c271dd8dfc 100644 --- a/sys/include/can/router.h +++ b/sys/include/can/router.h @@ -19,7 +19,6 @@ * @author Vincent Dupont */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/cb_mux.h b/sys/include/cb_mux.h index b7c8d9525026..2c6ccfebe266 100644 --- a/sys/include/cb_mux.h +++ b/sys/include/cb_mux.h @@ -28,7 +28,6 @@ * @author Matthew Blue */ - #include /* For alternate cb_mux_cbid_t */ diff --git a/sys/include/checksum/crc16_ccitt.h b/sys/include/checksum/crc16_ccitt.h index ff5aa5105df6..4ebe0c920dd2 100644 --- a/sys/include/checksum/crc16_ccitt.h +++ b/sys/include/checksum/crc16_ccitt.h @@ -31,7 +31,6 @@ * @author Bennet Blischke */ - #include #include @@ -186,5 +185,4 @@ uint16_t crc16_ccitt_aug_calc(const unsigned char *buf, size_t len); } #endif - /** @} */ diff --git a/sys/include/checksum/crc32.h b/sys/include/checksum/crc32.h index 7254a0f1a452..1a6dd4ad85e7 100644 --- a/sys/include/checksum/crc32.h +++ b/sys/include/checksum/crc32.h @@ -19,7 +19,6 @@ * @author Benjamin Valentin */ - #include #include @@ -46,5 +45,4 @@ uint32_t crc32(const void *buf, size_t size); } #endif - /** @} */ diff --git a/sys/include/checksum/fletcher16.h b/sys/include/checksum/fletcher16.h index 5dc0438c9289..3df5040cf316 100644 --- a/sys/include/checksum/fletcher16.h +++ b/sys/include/checksum/fletcher16.h @@ -19,7 +19,6 @@ * @author Joakim Nohlgård */ - #include #include @@ -81,5 +80,4 @@ uint16_t fletcher16_finish(fletcher16_ctx_t *ctx); } #endif - /** @} */ diff --git a/sys/include/checksum/fletcher32.h b/sys/include/checksum/fletcher32.h index 87723475b0bf..cd1ec97c1861 100644 --- a/sys/include/checksum/fletcher32.h +++ b/sys/include/checksum/fletcher32.h @@ -20,7 +20,6 @@ * @author Koen Zandberg */ - #include #include @@ -86,5 +85,4 @@ uint32_t fletcher32_finish(fletcher32_ctx_t *ctx); } #endif - /** @} */ diff --git a/sys/include/chunked_ringbuffer.h b/sys/include/chunked_ringbuffer.h index 8e06b9284722..65c6b16ee308 100644 --- a/sys/include/chunked_ringbuffer.h +++ b/sys/include/chunked_ringbuffer.h @@ -22,7 +22,6 @@ * @author Benjamin Valentin */ - #include #include #include diff --git a/sys/include/clif.h b/sys/include/clif.h index e0169434620a..941a74dedbb4 100644 --- a/sys/include/clif.h +++ b/sys/include/clif.h @@ -94,7 +94,6 @@ * @author Leandro Lanzieri */ - #include #include "clif_internal.h" diff --git a/sys/include/clk.h b/sys/include/clk.h index f039a719b815..0f22015cf280 100644 --- a/sys/include/clk.h +++ b/sys/include/clk.h @@ -17,7 +17,6 @@ * @brief System core clock utility functions */ - #include #include #include "periph_conf.h" diff --git a/sys/include/coding/xor.h b/sys/include/coding/xor.h index 8030322085ea..2fea3c25dcd4 100644 --- a/sys/include/coding/xor.h +++ b/sys/include/coding/xor.h @@ -26,7 +26,6 @@ * @author Benjamin Valentin */ - #include #include diff --git a/sys/include/color.h b/sys/include/color.h index 24f3b8a3a4cf..0afd90896404 100644 --- a/sys/include/color.h +++ b/sys/include/color.h @@ -22,7 +22,6 @@ * @author Simon Brummer */ - #include #ifdef __cplusplus diff --git a/sys/include/congure/test.h b/sys/include/congure/test.h index ec27aff77c01..888c8e7fa3be 100644 --- a/sys/include/congure/test.h +++ b/sys/include/congure/test.h @@ -35,7 +35,6 @@ * @author Martine S Lenders */ - #include "congure_impl.h" #ifdef __cplusplus diff --git a/sys/include/crypto/aes.h b/sys/include/crypto/aes.h index 695c1788fe13..302af0703cd3 100644 --- a/sys/include/crypto/aes.h +++ b/sys/include/crypto/aes.h @@ -29,7 +29,6 @@ * @author Zakaria Kasmi */ - #include #include "crypto/ciphers.h" diff --git a/sys/include/crypto/chacha.h b/sys/include/crypto/chacha.h index 3d7c37c51136..6fa2510cfbcc 100644 --- a/sys/include/crypto/chacha.h +++ b/sys/include/crypto/chacha.h @@ -33,7 +33,6 @@ * @author René Kijewski */ - #include #include @@ -139,7 +138,6 @@ uint32_t chacha_prng_next(void); } #endif - /** * @} */ diff --git a/sys/include/crypto/chacha20poly1305.h b/sys/include/crypto/chacha20poly1305.h index 91128b5bd064..abc441f64f6a 100644 --- a/sys/include/crypto/chacha20poly1305.h +++ b/sys/include/crypto/chacha20poly1305.h @@ -27,7 +27,6 @@ * @author Koen Zandberg */ - #include "crypto/poly1305.h" #ifdef __cplusplus diff --git a/sys/include/crypto/ciphers.h b/sys/include/crypto/ciphers.h index 203734657a2a..0a379c4890af 100644 --- a/sys/include/crypto/ciphers.h +++ b/sys/include/crypto/ciphers.h @@ -21,7 +21,6 @@ * @author Mark Essien */ - #include #include "modules.h" diff --git a/sys/include/crypto/helper.h b/sys/include/crypto/helper.h index 176a0742e491..3f9e2107df76 100644 --- a/sys/include/crypto/helper.h +++ b/sys/include/crypto/helper.h @@ -19,7 +19,6 @@ * @author Nico von Geyso */ - #include #include diff --git a/sys/include/crypto/modes/cbc.h b/sys/include/crypto/modes/cbc.h index 747a19549015..8b4a006f5774 100644 --- a/sys/include/crypto/modes/cbc.h +++ b/sys/include/crypto/modes/cbc.h @@ -19,7 +19,6 @@ * @author Nico von Geyso */ - #include #include "crypto/ciphers.h" diff --git a/sys/include/crypto/modes/ccm.h b/sys/include/crypto/modes/ccm.h index 47d404433115..620eaf6ead4a 100644 --- a/sys/include/crypto/modes/ccm.h +++ b/sys/include/crypto/modes/ccm.h @@ -19,7 +19,6 @@ * @author Nico von Geyso */ - #include "crypto/ciphers.h" #ifdef __cplusplus diff --git a/sys/include/crypto/modes/ctr.h b/sys/include/crypto/modes/ctr.h index f7585d197b78..e5234d8cb3ee 100644 --- a/sys/include/crypto/modes/ctr.h +++ b/sys/include/crypto/modes/ctr.h @@ -19,7 +19,6 @@ * @author Nico von Geyso */ - #include "crypto/ciphers.h" #ifdef __cplusplus diff --git a/sys/include/crypto/modes/ecb.h b/sys/include/crypto/modes/ecb.h index 81ca677ffb1a..6e2239f17328 100644 --- a/sys/include/crypto/modes/ecb.h +++ b/sys/include/crypto/modes/ecb.h @@ -19,7 +19,6 @@ * @author Nico von Geyso */ - #include "crypto/ciphers.h" #ifdef __cplusplus diff --git a/sys/include/crypto/modes/ocb.h b/sys/include/crypto/modes/ocb.h index 2dae043ef6ae..5816a1cec1ff 100644 --- a/sys/include/crypto/modes/ocb.h +++ b/sys/include/crypto/modes/ocb.h @@ -22,7 +22,6 @@ * @author Mathias Tausig */ - #include "crypto/ciphers.h" #include #include diff --git a/sys/include/crypto/psa/riot_ciphers.h b/sys/include/crypto/psa/riot_ciphers.h index 993ffd9c8c63..eaf06fcc705e 100644 --- a/sys/include/crypto/psa/riot_ciphers.h +++ b/sys/include/crypto/psa/riot_ciphers.h @@ -18,7 +18,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/dbgpin.h b/sys/include/dbgpin.h index c61479c0b36b..e1883311eaa0 100644 --- a/sys/include/dbgpin.h +++ b/sys/include/dbgpin.h @@ -22,7 +22,6 @@ * @author Hauke Petersen */ - #include "container.h" #include "periph/gpio.h" diff --git a/sys/include/debug_irq_disable.h b/sys/include/debug_irq_disable.h index 833345b120fd..8df8c321b92f 100644 --- a/sys/include/debug_irq_disable.h +++ b/sys/include/debug_irq_disable.h @@ -19,7 +19,6 @@ * @author Benjamin Valentin */ - #include #ifdef __cplusplus diff --git a/sys/include/div.h b/sys/include/div.h index cfdeef206810..a44d70e478af 100644 --- a/sys/include/div.h +++ b/sys/include/div.h @@ -23,7 +23,6 @@ * @{ */ - #include #include diff --git a/sys/include/ecc/golay2412.h b/sys/include/ecc/golay2412.h index f5505673b693..cdd06d52958f 100644 --- a/sys/include/ecc/golay2412.h +++ b/sys/include/ecc/golay2412.h @@ -38,7 +38,6 @@ * @author Peter Kietzmann */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/ecc/hamming256.h b/sys/include/ecc/hamming256.h index 39341be14086..010e772ebffa 100644 --- a/sys/include/ecc/hamming256.h +++ b/sys/include/ecc/hamming256.h @@ -17,7 +17,6 @@ * @author Lucas Jenß */ - #include #ifdef __cplusplus diff --git a/sys/include/ecc/repetition.h b/sys/include/ecc/repetition.h index cf7bc68b53e4..4aa57839ff4d 100644 --- a/sys/include/ecc/repetition.h +++ b/sys/include/ecc/repetition.h @@ -34,7 +34,6 @@ * @author Peter Kietzmann */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/eepreg.h b/sys/include/eepreg.h index c0ffe308d9ed..e898afa585ba 100644 --- a/sys/include/eepreg.h +++ b/sys/include/eepreg.h @@ -56,7 +56,6 @@ * @author Matthew Blue */ - #include #include "periph_cpu.h" diff --git a/sys/include/endian.h b/sys/include/endian.h index 0df9c9931b38..bbea081ed0be 100644 --- a/sys/include/endian.h +++ b/sys/include/endian.h @@ -22,7 +22,6 @@ * @author Marian Buschsieweke */ - #include #ifdef __cplusplus diff --git a/sys/include/entropy_source.h b/sys/include/entropy_source.h index d1377dbf6f6e..4e6eabf19ac8 100644 --- a/sys/include/entropy_source.h +++ b/sys/include/entropy_source.h @@ -20,7 +20,6 @@ * @author Peter Kietzmann */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/entropy_source/adc_noise.h b/sys/include/entropy_source/adc_noise.h index aca30b05b77a..b7985a9a8ee9 100644 --- a/sys/include/entropy_source/adc_noise.h +++ b/sys/include/entropy_source/adc_noise.h @@ -33,7 +33,6 @@ * @author Peter Kietzmann */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/entropy_source/zero_entropy.h b/sys/include/entropy_source/zero_entropy.h index 9de1531c8eb8..d3778b3db9bf 100644 --- a/sys/include/entropy_source/zero_entropy.h +++ b/sys/include/entropy_source/zero_entropy.h @@ -21,7 +21,6 @@ * @author Peter Kietzmann */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/event.h b/sys/include/event.h index eee8004b5dc8..c6217fc6c4b1 100644 --- a/sys/include/event.h +++ b/sys/include/event.h @@ -95,7 +95,6 @@ * @author Hauke Petersen */ - #include #include #include diff --git a/sys/include/event/callback.h b/sys/include/event/callback.h index 8de8abd67466..59c01b55c5d2 100644 --- a/sys/include/event/callback.h +++ b/sys/include/event/callback.h @@ -35,7 +35,6 @@ * @author Kaspar Schleiser */ - #include #include "event.h" diff --git a/sys/include/event/deferred_callback.h b/sys/include/event/deferred_callback.h index 7119a5f2ce07..e729f75e6201 100644 --- a/sys/include/event/deferred_callback.h +++ b/sys/include/event/deferred_callback.h @@ -24,7 +24,6 @@ * */ - #include #include "event/callback.h" #include "ztimer.h" diff --git a/sys/include/event/periodic.h b/sys/include/event/periodic.h index 5ee84bdc7512..18397186acaf 100644 --- a/sys/include/event/periodic.h +++ b/sys/include/event/periodic.h @@ -35,7 +35,6 @@ * */ - #include "event.h" #include "ztimer/periodic.h" diff --git a/sys/include/event/periodic_callback.h b/sys/include/event/periodic_callback.h index b6f14380c577..f7d44e11859e 100644 --- a/sys/include/event/periodic_callback.h +++ b/sys/include/event/periodic_callback.h @@ -24,7 +24,6 @@ * */ - #include #include "event/callback.h" #include "event/periodic.h" diff --git a/sys/include/event/source.h b/sys/include/event/source.h index c43674fe9992..96c9c0909769 100644 --- a/sys/include/event/source.h +++ b/sys/include/event/source.h @@ -21,7 +21,6 @@ * */ - #include "event.h" #include "list.h" #include "irq.h" diff --git a/sys/include/event/thread.h b/sys/include/event/thread.h index a6a762ab9a67..1e277bee4089 100644 --- a/sys/include/event/thread.h +++ b/sys/include/event/thread.h @@ -52,7 +52,6 @@ * @author Kaspar Schleiser */ - #include #include "event.h" diff --git a/sys/include/event/timeout.h b/sys/include/event/timeout.h index 8e441a9e348d..2bf2fb0082a1 100644 --- a/sys/include/event/timeout.h +++ b/sys/include/event/timeout.h @@ -36,7 +36,6 @@ * @author Kaspar Schleiser */ - #include "event.h" #include "ztimer.h" diff --git a/sys/include/evtimer.h b/sys/include/evtimer.h index 230054f17d29..8556547c3d17 100644 --- a/sys/include/evtimer.h +++ b/sys/include/evtimer.h @@ -40,7 +40,6 @@ * @author Martine Lenders */ - #include #include "modules.h" diff --git a/sys/include/fido2/ctap.h b/sys/include/fido2/ctap.h index ec2a13e607f3..8d2f44346989 100644 --- a/sys/include/fido2/ctap.h +++ b/sys/include/fido2/ctap.h @@ -24,7 +24,6 @@ * @author Nils Ollrogge */ - #include #ifdef __cplusplus diff --git a/sys/include/fido2/ctap/ctap.h b/sys/include/fido2/ctap/ctap.h index 953a68804999..e4fc3978c6d3 100644 --- a/sys/include/fido2/ctap/ctap.h +++ b/sys/include/fido2/ctap/ctap.h @@ -24,7 +24,6 @@ * @author Nils Ollrogge */ - #include #include "mutex.h" diff --git a/sys/include/fido2/ctap/ctap_cbor.h b/sys/include/fido2/ctap/ctap_cbor.h index 20510c847e5d..c28095ba4ac5 100644 --- a/sys/include/fido2/ctap/ctap_cbor.h +++ b/sys/include/fido2/ctap/ctap_cbor.h @@ -21,7 +21,6 @@ * @author Nils Ollrogge */ - #include "fido2/ctap/ctap.h" #ifdef __cplusplus diff --git a/sys/include/fido2/ctap/ctap_crypto.h b/sys/include/fido2/ctap/ctap_crypto.h index df169ee679a5..6059bd1a432f 100644 --- a/sys/include/fido2/ctap/ctap_crypto.h +++ b/sys/include/fido2/ctap/ctap_crypto.h @@ -22,7 +22,6 @@ * @author Nils Ollrogge */ - #include #include "hashes/sha256.h" diff --git a/sys/include/fido2/ctap/ctap_mem.h b/sys/include/fido2/ctap/ctap_mem.h index 42560b5a86ff..a2f52554647c 100644 --- a/sys/include/fido2/ctap/ctap_mem.h +++ b/sys/include/fido2/ctap/ctap_mem.h @@ -21,7 +21,6 @@ * @author Nils Ollrogge */ - #include #include "fido2/ctap/ctap.h" diff --git a/sys/include/fido2/ctap/ctap_utils.h b/sys/include/fido2/ctap/ctap_utils.h index 7072368ca092..31bfbff8e734 100644 --- a/sys/include/fido2/ctap/ctap_utils.h +++ b/sys/include/fido2/ctap/ctap_utils.h @@ -21,7 +21,6 @@ * @author Nils Ollrogge */ - #include #include "fido2/ctap/ctap.h" #include "periph/gpio.h" diff --git a/sys/include/fido2/ctap/transport/ctap_transport.h b/sys/include/fido2/ctap/transport/ctap_transport.h index 5aafc0e28e90..5e23ec461eae 100644 --- a/sys/include/fido2/ctap/transport/ctap_transport.h +++ b/sys/include/fido2/ctap/transport/ctap_transport.h @@ -21,7 +21,6 @@ * @author Nils Ollrogge */ - #include #include "mutex.h" #include "timex.h" diff --git a/sys/include/fido2/ctap/transport/hid/ctap_hid.h b/sys/include/fido2/ctap/transport/hid/ctap_hid.h index 47ed37623cbd..552215283e05 100644 --- a/sys/include/fido2/ctap/transport/hid/ctap_hid.h +++ b/sys/include/fido2/ctap/transport/hid/ctap_hid.h @@ -21,7 +21,6 @@ * @author Nils Ollrogge */ - #include #include "usb/usbus/hid.h" diff --git a/sys/include/flash_utils.h b/sys/include/flash_utils.h index 464a6d6f450f..c633d99699af 100644 --- a/sys/include/flash_utils.h +++ b/sys/include/flash_utils.h @@ -46,7 +46,6 @@ * @author Marian Buschsieweke */ - #include #include diff --git a/sys/include/fmt.h b/sys/include/fmt.h index e485af6d6478..75a36a764861 100644 --- a/sys/include/fmt.h +++ b/sys/include/fmt.h @@ -40,7 +40,6 @@ * @author Kaspar Schleiser */ - #include #include #include diff --git a/sys/include/fmt_table.h b/sys/include/fmt_table.h index e3cc52ceb132..652aae4e284c 100644 --- a/sys/include/fmt_table.h +++ b/sys/include/fmt_table.h @@ -26,7 +26,6 @@ * @author Marian Buschsieweke */ - #include #include diff --git a/sys/include/frac.h b/sys/include/frac.h index cc11a850a182..bd4dfe6f5153 100644 --- a/sys/include/frac.h +++ b/sys/include/frac.h @@ -40,7 +40,6 @@ * @{ */ - #include #ifdef __cplusplus diff --git a/sys/include/fs/constfs.h b/sys/include/fs/constfs.h index 74c7cefc2103..a8fd7a15881c 100644 --- a/sys/include/fs/constfs.h +++ b/sys/include/fs/constfs.h @@ -23,7 +23,6 @@ * @author Joakim Nohlgård */ - #include #include @@ -61,5 +60,4 @@ extern const vfs_file_system_t constfs_file_system; } #endif - /** @} */ diff --git a/sys/include/fs/devfs.h b/sys/include/fs/devfs.h index 267224b62379..597f22e78c85 100644 --- a/sys/include/fs/devfs.h +++ b/sys/include/fs/devfs.h @@ -24,7 +24,6 @@ * @author Joakim Nohlgård */ - #include "clist.h" #include "vfs.h" @@ -89,5 +88,4 @@ int devfs_unregister(devfs_t *node); } #endif - /** @} */ diff --git a/sys/include/fs/fatfs.h b/sys/include/fs/fatfs.h index 20ddab7769d5..8f58a011026c 100644 --- a/sys/include/fs/fatfs.h +++ b/sys/include/fs/fatfs.h @@ -19,7 +19,6 @@ * @author Michel Rottleuthner */ - #ifdef __cplusplus extern "C" { #endif @@ -101,5 +100,4 @@ extern const vfs_file_system_t fatfs_file_system; } #endif - /** @} */ diff --git a/sys/include/fs/littlefs2_fs.h b/sys/include/fs/littlefs2_fs.h index b33d9df9c4db..c6b4e73ef67f 100644 --- a/sys/include/fs/littlefs2_fs.h +++ b/sys/include/fs/littlefs2_fs.h @@ -23,7 +23,6 @@ * @author Koen Zandberg */ - #include #include "vfs.h" diff --git a/sys/include/fs/littlefs_fs.h b/sys/include/fs/littlefs_fs.h index 2aca605d494f..4cc9363dbff0 100644 --- a/sys/include/fs/littlefs_fs.h +++ b/sys/include/fs/littlefs_fs.h @@ -21,7 +21,6 @@ * @author Vincent Dupont */ - #include #include "vfs.h" @@ -29,7 +28,6 @@ #include "mtd.h" #include "mutex.h" - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/fs/lwext4_fs.h b/sys/include/fs/lwext4_fs.h index a771d154b2b0..90df79288f98 100644 --- a/sys/include/fs/lwext4_fs.h +++ b/sys/include/fs/lwext4_fs.h @@ -21,7 +21,6 @@ * @author Benjamin Valentin */ - #include #include "vfs.h" diff --git a/sys/include/fs/native_fs.h b/sys/include/fs/native_fs.h index d0089753e9e8..d1700371e8ee 100644 --- a/sys/include/fs/native_fs.h +++ b/sys/include/fs/native_fs.h @@ -21,7 +21,6 @@ * @author Benjamin Valentin */ - #include #include "vfs.h" diff --git a/sys/include/fs/spiffs_fs.h b/sys/include/fs/spiffs_fs.h index 04d84d7a068f..4cbf9e2afbb8 100644 --- a/sys/include/fs/spiffs_fs.h +++ b/sys/include/fs/spiffs_fs.h @@ -43,7 +43,6 @@ * @author Vincent Dupont */ - #ifdef __cplusplus extern "C" { #endif @@ -150,5 +149,4 @@ void spiffs_unlock(struct spiffs_t *fs); } #endif - /** @} */ diff --git a/sys/include/fuzzing.h b/sys/include/fuzzing.h index c09e2c0789fc..14c51ef99184 100644 --- a/sys/include/fuzzing.h +++ b/sys/include/fuzzing.h @@ -21,7 +21,6 @@ * @author Sören Tempel */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/hashes.h b/sys/include/hashes.h index 308a2616ce75..07456fde3e6e 100644 --- a/sys/include/hashes.h +++ b/sys/include/hashes.h @@ -19,7 +19,6 @@ * @author Christian Mehlis */ - #include #include diff --git a/sys/include/hashes/aes128_cmac.h b/sys/include/hashes/aes128_cmac.h index d84bcee2d453..02022272f116 100644 --- a/sys/include/hashes/aes128_cmac.h +++ b/sys/include/hashes/aes128_cmac.h @@ -21,7 +21,6 @@ * @author José Ignacio Alamos */ - #include #include "crypto/ciphers.h" diff --git a/sys/include/hashes/md5.h b/sys/include/hashes/md5.h index 91545a2d5b33..a1ffb675b4c2 100644 --- a/sys/include/hashes/md5.h +++ b/sys/include/hashes/md5.h @@ -53,7 +53,6 @@ * @author Hauke Petersen */ - #include #include diff --git a/sys/include/hashes/pbkdf2.h b/sys/include/hashes/pbkdf2.h index 5e814a9ffb6c..8fd6c0a3f990 100644 --- a/sys/include/hashes/pbkdf2.h +++ b/sys/include/hashes/pbkdf2.h @@ -22,7 +22,6 @@ * @} */ - #include "hashes/sha256.h" #ifdef __cplusplus diff --git a/sys/include/hashes/psa/riot_hashes.h b/sys/include/hashes/psa/riot_hashes.h index c68bf6c1ad79..9d95ea60bccf 100644 --- a/sys/include/hashes/psa/riot_hashes.h +++ b/sys/include/hashes/psa/riot_hashes.h @@ -18,7 +18,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/hashes/sha1.h b/sys/include/hashes/sha1.h index 04a0132dcc2a..2f0625a0e6fa 100644 --- a/sys/include/hashes/sha1.h +++ b/sys/include/hashes/sha1.h @@ -25,7 +25,6 @@ /* This code is public-domain - it is based on libcrypt * placed in the public domain by Wei Dai and other contributors. */ - #include #ifdef __cplusplus diff --git a/sys/include/hashes/sha224.h b/sys/include/hashes/sha224.h index 6dbffec01850..f62fcb2ecec2 100644 --- a/sys/include/hashes/sha224.h +++ b/sys/include/hashes/sha224.h @@ -48,7 +48,6 @@ * @author Peter Kietzmann */ - #include #include diff --git a/sys/include/hashes/sha256.h b/sys/include/hashes/sha256.h index 91657319a40d..23677a39c91b 100644 --- a/sys/include/hashes/sha256.h +++ b/sys/include/hashes/sha256.h @@ -46,7 +46,6 @@ * @author Hermann Lelong */ - #include #include diff --git a/sys/include/hashes/sha2xx_common.h b/sys/include/hashes/sha2xx_common.h index 528191f7f0e6..5d64572f13f7 100644 --- a/sys/include/hashes/sha2xx_common.h +++ b/sys/include/hashes/sha2xx_common.h @@ -48,7 +48,6 @@ * @author Peter Kietzmann */ - #include #include diff --git a/sys/include/hashes/sha384.h b/sys/include/hashes/sha384.h index acba2b25b0ce..1fd017ce649c 100644 --- a/sys/include/hashes/sha384.h +++ b/sys/include/hashes/sha384.h @@ -20,7 +20,6 @@ * @author Mikolai Gütschow */ - #include #include diff --git a/sys/include/hashes/sha512.h b/sys/include/hashes/sha512.h index 17a61bdec0a3..df263444b164 100644 --- a/sys/include/hashes/sha512.h +++ b/sys/include/hashes/sha512.h @@ -20,7 +20,6 @@ * @author Mikolai Gütschow */ - #include #include @@ -45,7 +44,6 @@ extern "C" { */ typedef sha512_common_context_t sha512_context_t; - /** * @brief SHA-512 initialization. Begins a SHA-512 operation. * diff --git a/sys/include/hashes/sha512_224.h b/sys/include/hashes/sha512_224.h index 779e8ee0c44c..75190b4afcaf 100644 --- a/sys/include/hashes/sha512_224.h +++ b/sys/include/hashes/sha512_224.h @@ -20,7 +20,6 @@ * @author Mikolai Gütschow */ - #include #include diff --git a/sys/include/hashes/sha512_256.h b/sys/include/hashes/sha512_256.h index 74faacad48a7..6d7acf52ea1f 100644 --- a/sys/include/hashes/sha512_256.h +++ b/sys/include/hashes/sha512_256.h @@ -20,7 +20,6 @@ * @author Mikolai Gütschow */ - #include #include diff --git a/sys/include/hashes/sha512_common.h b/sys/include/hashes/sha512_common.h index 1335fec6669a..d3c212bbf5be 100644 --- a/sys/include/hashes/sha512_common.h +++ b/sys/include/hashes/sha512_common.h @@ -20,7 +20,6 @@ * @author Mikolai Gütschow */ - #include #include diff --git a/sys/include/imath.h b/sys/include/imath.h index 98edf3606fc9..449ab057ffc6 100644 --- a/sys/include/imath.h +++ b/sys/include/imath.h @@ -20,7 +20,6 @@ * @{ */ - #include #ifdef __cplusplus diff --git a/sys/include/iolist.h b/sys/include/iolist.h index 595078caa71d..82a380da93a5 100644 --- a/sys/include/iolist.h +++ b/sys/include/iolist.h @@ -23,7 +23,6 @@ * @author Kaspar Schleiser */ - #include #ifdef __cplusplus diff --git a/sys/include/isrpipe.h b/sys/include/isrpipe.h index 8de89a1b1fbe..6b43f562a6d5 100644 --- a/sys/include/isrpipe.h +++ b/sys/include/isrpipe.h @@ -21,7 +21,6 @@ * */ - #include #include "mutex.h" diff --git a/sys/include/isrpipe/read_timeout.h b/sys/include/isrpipe/read_timeout.h index 52013b5bdec2..67a73d48741c 100644 --- a/sys/include/isrpipe/read_timeout.h +++ b/sys/include/isrpipe/read_timeout.h @@ -21,7 +21,6 @@ * */ - #include "isrpipe.h" #ifdef __cplusplus diff --git a/sys/include/luid.h b/sys/include/luid.h index 03cac637d07e..5f0bc8b92764 100644 --- a/sys/include/luid.h +++ b/sys/include/luid.h @@ -52,7 +52,6 @@ * @author Hauke Petersen */ - #include #include "net/eui48.h" diff --git a/sys/include/malloc_monitor.h b/sys/include/malloc_monitor.h index f878576178c5..a512c0fef842 100644 --- a/sys/include/malloc_monitor.h +++ b/sys/include/malloc_monitor.h @@ -13,7 +13,6 @@ * @{ */ - #include #include #include @@ -53,7 +52,6 @@ void malloc_monitor_reset_high_watermark(void); } #endif - /** * @} */ diff --git a/sys/include/malloc_monitor_internal.h b/sys/include/malloc_monitor_internal.h index 3602b3eae434..0ef6dc92a712 100644 --- a/sys/include/malloc_monitor_internal.h +++ b/sys/include/malloc_monitor_internal.h @@ -17,7 +17,6 @@ * @author Mikolai Gütschow */ - #include #include #include @@ -67,7 +66,6 @@ void malloc_monitor_mv(void *ptr_old, void *ptr_new, size_t size_new, uinttxtptr } #endif - /** * @} */ diff --git a/sys/include/matstat.h b/sys/include/matstat.h index dd6fb78dd90c..17a1b0be99c1 100644 --- a/sys/include/matstat.h +++ b/sys/include/matstat.h @@ -31,7 +31,6 @@ * @author Joakim Nohlgård */ - #include #ifdef __cplusplus @@ -113,5 +112,4 @@ void matstat_merge(matstat_state_t *dest, const matstat_state_t *src); } #endif - /** @} */ diff --git a/sys/include/memarray.h b/sys/include/memarray.h index 2fcfe0dfdf20..a2fb2704f568 100644 --- a/sys/include/memarray.h +++ b/sys/include/memarray.h @@ -20,7 +20,6 @@ * @author Koen Zandberg */ - #include #include #include @@ -165,7 +164,6 @@ size_t memarray_available(memarray_t *mem); } #endif - /** * @} */ diff --git a/sys/include/mineplex.h b/sys/include/mineplex.h index 8e0afce0fb0e..7daffb501f00 100644 --- a/sys/include/mineplex.h +++ b/sys/include/mineplex.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #include #ifdef __cplusplus diff --git a/sys/include/net/asymcute.h b/sys/include/net/asymcute.h index 54eea24b93f7..5cfea1f8c940 100644 --- a/sys/include/net/asymcute.h +++ b/sys/include/net/asymcute.h @@ -43,7 +43,6 @@ * @author Hauke Petersen */ - #include #include #include diff --git a/sys/include/net/ble.h b/sys/include/net/ble.h index 4b41889ef9ca..811362f5b60e 100644 --- a/sys/include/net/ble.h +++ b/sys/include/net/ble.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/bluetil/ad.h b/sys/include/net/bluetil/ad.h index 6d5f87e24703..174104095c22 100644 --- a/sys/include/net/bluetil/ad.h +++ b/sys/include/net/bluetil/ad.h @@ -26,7 +26,6 @@ * @author Hauke Petersen */ - #include #include #include diff --git a/sys/include/net/bluetil/addr.h b/sys/include/net/bluetil/addr.h index 8b50109ad616..6d9433d2d1b6 100644 --- a/sys/include/net/bluetil/addr.h +++ b/sys/include/net/bluetil/addr.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #include #include "net/ble.h" diff --git a/sys/include/net/coap.h b/sys/include/net/coap.h index 2a5642b53a1c..ada1f3b57358 100644 --- a/sys/include/net/coap.h +++ b/sys/include/net/coap.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/cord/common.h b/sys/include/net/cord/common.h index ac6387803f75..74579ce4a34a 100644 --- a/sys/include/net/cord/common.h +++ b/sys/include/net/cord/common.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #include "net/cord/config.h" #ifdef __cplusplus diff --git a/sys/include/net/cord/config.h b/sys/include/net/cord/config.h index 8a7c3e5b98a8..1bd5f30c9e2c 100644 --- a/sys/include/net/cord/config.h +++ b/sys/include/net/cord/config.h @@ -22,7 +22,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/cord/ep.h b/sys/include/net/cord/ep.h index 31369246f9ec..8b9966921d37 100644 --- a/sys/include/net/cord/ep.h +++ b/sys/include/net/cord/ep.h @@ -33,7 +33,6 @@ * @author Hauke Petersen */ - #include "net/sock/udp.h" #ifdef __cplusplus diff --git a/sys/include/net/cord/ep_standalone.h b/sys/include/net/cord/ep_standalone.h index 622e4a51fd33..441bebc3f25e 100644 --- a/sys/include/net/cord/ep_standalone.h +++ b/sys/include/net/cord/ep_standalone.h @@ -25,7 +25,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/cord/epsim.h b/sys/include/net/cord/epsim.h index 38b6a6da99eb..e1a271dd1d6e 100644 --- a/sys/include/net/cord/epsim.h +++ b/sys/include/net/cord/epsim.h @@ -27,7 +27,6 @@ * @author Hauke Petersen */ - #include "net/sock/udp.h" #ifdef __cplusplus diff --git a/sys/include/net/cord/lc.h b/sys/include/net/cord/lc.h index a309da22a230..77d6e5315a2d 100644 --- a/sys/include/net/cord/lc.h +++ b/sys/include/net/cord/lc.h @@ -48,7 +48,6 @@ * @author Aiman Ismail */ - #include "net/sock/udp.h" #include "net/nanocoap.h" #include "clif.h" diff --git a/sys/include/net/credman.h b/sys/include/net/credman.h index 891b9128a18a..c164598cae60 100644 --- a/sys/include/net/credman.h +++ b/sys/include/net/credman.h @@ -26,7 +26,6 @@ * @author Aiman Ismail */ - #include #include #include "modules.h" diff --git a/sys/include/net/csma_sender.h b/sys/include/net/csma_sender.h index c3abdd2cde64..fbc1add8f04f 100644 --- a/sys/include/net/csma_sender.h +++ b/sys/include/net/csma_sender.h @@ -24,7 +24,6 @@ * @author Martine Lenders */ - #include #include "net/netdev.h" @@ -142,5 +141,4 @@ int csma_sender_cca_send(netdev_t *dev, iolist_t *iolist); } #endif - /** @} */ diff --git a/sys/include/net/dns/cache.h b/sys/include/net/dns/cache.h index 15c7dbf0abd3..6191369320df 100644 --- a/sys/include/net/dns/cache.h +++ b/sys/include/net/dns/cache.h @@ -32,7 +32,6 @@ * @author Benjamin Valentin */ - #include #include "modules.h" diff --git a/sys/include/net/dsm.h b/sys/include/net/dsm.h index e8d6499afb41..fd033301420e 100644 --- a/sys/include/net/dsm.h +++ b/sys/include/net/dsm.h @@ -29,7 +29,6 @@ * @author János Brodbeck */ - #include #include "dtls.h" diff --git a/sys/include/net/eddystone.h b/sys/include/net/eddystone.h index cbec3327088e..9a15fbeffc53 100644 --- a/sys/include/net/eddystone.h +++ b/sys/include/net/eddystone.h @@ -22,7 +22,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/emcute.h b/sys/include/net/emcute.h index 9db30d64ffeb..003e120eb517 100644 --- a/sys/include/net/emcute.h +++ b/sys/include/net/emcute.h @@ -85,7 +85,6 @@ * @author Hauke Petersen */ - #include #include #include diff --git a/sys/include/net/ethernet.h b/sys/include/net/ethernet.h index aaea68b6e51a..a41b8ff0ca8d 100644 --- a/sys/include/net/ethernet.h +++ b/sys/include/net/ethernet.h @@ -20,7 +20,6 @@ * @author Martine Lenders */ - #include #include "net/ethernet/hdr.h" diff --git a/sys/include/net/ethernet/hdr.h b/sys/include/net/ethernet/hdr.h index 9399cc6c3ce6..f6eaf2f7be7d 100644 --- a/sys/include/net/ethernet/hdr.h +++ b/sys/include/net/ethernet/hdr.h @@ -20,7 +20,6 @@ * @author Martine Lenders */ - #include #include "byteorder.h" diff --git a/sys/include/net/ethertype.h b/sys/include/net/ethertype.h index ff69a4e17673..e12031e20d4c 100644 --- a/sys/include/net/ethertype.h +++ b/sys/include/net/ethertype.h @@ -24,7 +24,6 @@ * @author Martine Lenders */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/eui48.h b/sys/include/net/eui48.h index 59e086e456e9..7851c70d408c 100644 --- a/sys/include/net/eui48.h +++ b/sys/include/net/eui48.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #include #include "net/eui64.h" diff --git a/sys/include/net/fib.h b/sys/include/net/fib.h index 9927c270314a..5087ffd5c9ab 100644 --- a/sys/include/net/fib.h +++ b/sys/include/net/fib.h @@ -26,7 +26,6 @@ * @author Oliver Hahm */ - #include #include "net/fib/table.h" diff --git a/sys/include/net/fib/table.h b/sys/include/net/fib/table.h index e2217036922e..6aeff824fba0 100644 --- a/sys/include/net/fib/table.h +++ b/sys/include/net/fib/table.h @@ -18,7 +18,6 @@ * @author Martin Landsmann */ - #include #include "sched.h" diff --git a/sys/include/net/gcoap.h b/sys/include/net/gcoap.h index 861c3fb613b9..01938ab45e8f 100644 --- a/sys/include/net/gcoap.h +++ b/sys/include/net/gcoap.h @@ -396,7 +396,6 @@ * @author Hauke Petersen */ - #include #include "event/callback.h" diff --git a/sys/include/net/gcoap/forward_proxy.h b/sys/include/net/gcoap/forward_proxy.h index 7ebbb3c0d750..61969aeff04e 100644 --- a/sys/include/net/gcoap/forward_proxy.h +++ b/sys/include/net/gcoap/forward_proxy.h @@ -25,7 +25,6 @@ * @author Cenk Gündoğan */ - #include #include diff --git a/sys/include/net/gnrc.h b/sys/include/net/gnrc.h index 36e69290155d..c970eb963869 100644 --- a/sys/include/net/gnrc.h +++ b/sys/include/net/gnrc.h @@ -286,7 +286,6 @@ * @author Hauke Petersen */ - #include "net/netopt.h" #include "net/gnrc/netapi.h" #include "net/gnrc/netreg.h" diff --git a/sys/include/net/gnrc/gomach/gomach.h b/sys/include/net/gnrc/gomach/gomach.h index fe29516d94a6..c32f2a9d6db1 100644 --- a/sys/include/net/gnrc/gomach/gomach.h +++ b/sys/include/net/gnrc/gomach/gomach.h @@ -41,7 +41,6 @@ * @author Shuguo Zhuo */ - #include "periph/rtt.h" #include "net/gnrc/netif.h" diff --git a/sys/include/net/gnrc/gomach/hdr.h b/sys/include/net/gnrc/gomach/hdr.h index 2485471b17da..e9df29056ab6 100644 --- a/sys/include/net/gnrc/gomach/hdr.h +++ b/sys/include/net/gnrc/gomach/hdr.h @@ -18,7 +18,6 @@ * @author Shuguo Zhuo */ - #include #include diff --git a/sys/include/net/gnrc/gomach/timeout.h b/sys/include/net/gnrc/gomach/timeout.h index 0aa0d0ea7121..717f33ebbd1e 100644 --- a/sys/include/net/gnrc/gomach/timeout.h +++ b/sys/include/net/gnrc/gomach/timeout.h @@ -18,7 +18,6 @@ * @author Shuguo Zhuo */ - #include #include diff --git a/sys/include/net/gnrc/gomach/types.h b/sys/include/net/gnrc/gomach/types.h index a68f1e9afb4e..ad2972a9e6cf 100644 --- a/sys/include/net/gnrc/gomach/types.h +++ b/sys/include/net/gnrc/gomach/types.h @@ -18,7 +18,6 @@ * @author Shuguo Zhuo */ - #include #include diff --git a/sys/include/net/gnrc/icmpv6.h b/sys/include/net/gnrc/icmpv6.h index e1ab7dfb2120..b44c993d1591 100644 --- a/sys/include/net/gnrc/icmpv6.h +++ b/sys/include/net/gnrc/icmpv6.h @@ -26,7 +26,6 @@ * @todo build error messages */ - #include "net/icmpv6.h" #include "net/gnrc/netif.h" #include "net/gnrc/pkt.h" diff --git a/sys/include/net/gnrc/ipv6.h b/sys/include/net/gnrc/ipv6.h index 33b244d9018e..7208561a0cd1 100644 --- a/sys/include/net/gnrc/ipv6.h +++ b/sys/include/net/gnrc/ipv6.h @@ -97,7 +97,6 @@ * @author Oliver Hahm */ - #include "sched.h" #include "thread.h" diff --git a/sys/include/net/gnrc/ipv6/ext.h b/sys/include/net/gnrc/ipv6/ext.h index 0f57834a6c06..167806ec9926 100644 --- a/sys/include/net/gnrc/ipv6/ext.h +++ b/sys/include/net/gnrc/ipv6/ext.h @@ -21,7 +21,6 @@ * @author Martine Lenders */ - #include #include #include diff --git a/sys/include/net/gnrc/lwmac/hdr.h b/sys/include/net/gnrc/lwmac/hdr.h index 3086b54ad3a6..279407b10864 100644 --- a/sys/include/net/gnrc/lwmac/hdr.h +++ b/sys/include/net/gnrc/lwmac/hdr.h @@ -20,7 +20,6 @@ * @author Shuguo Zhuo */ - #include #include diff --git a/sys/include/net/gnrc/lwmac/lwmac.h b/sys/include/net/gnrc/lwmac/lwmac.h index 1e80fc4ffce1..ef8c6b2a9d8a 100644 --- a/sys/include/net/gnrc/lwmac/lwmac.h +++ b/sys/include/net/gnrc/lwmac/lwmac.h @@ -74,7 +74,6 @@ * @author Shuguo Zhuo */ - #include "net/gnrc/netif.h" #ifdef __cplusplus diff --git a/sys/include/net/gnrc/lwmac/timeout.h b/sys/include/net/gnrc/lwmac/timeout.h index c96ee7da493d..a83265dc7950 100644 --- a/sys/include/net/gnrc/lwmac/timeout.h +++ b/sys/include/net/gnrc/lwmac/timeout.h @@ -21,7 +21,6 @@ * @author Shuguo Zhuo */ - #include #include diff --git a/sys/include/net/gnrc/lwmac/types.h b/sys/include/net/gnrc/lwmac/types.h index 6e179c3bb14d..5ba696776233 100644 --- a/sys/include/net/gnrc/lwmac/types.h +++ b/sys/include/net/gnrc/lwmac/types.h @@ -21,7 +21,6 @@ * @author Shuguo Zhuo */ - #include "msg.h" #include "xtimer.h" #include "net/gnrc/lwmac/hdr.h" diff --git a/sys/include/net/gnrc/mac/internal.h b/sys/include/net/gnrc/mac/internal.h index 31a32af0a60f..f948c5ffd066 100644 --- a/sys/include/net/gnrc/mac/internal.h +++ b/sys/include/net/gnrc/mac/internal.h @@ -20,7 +20,6 @@ * @author Shuguo Zhuo */ - #include #include "net/ieee802154.h" diff --git a/sys/include/net/gnrc/mac/mac.h b/sys/include/net/gnrc/mac/mac.h index 4f22d22797a7..bcaa5aea6a87 100644 --- a/sys/include/net/gnrc/mac/mac.h +++ b/sys/include/net/gnrc/mac/mac.h @@ -27,7 +27,6 @@ #include "modules.h" - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/gnrc/mac/timeout.h b/sys/include/net/gnrc/mac/timeout.h index 0797c59d766a..b16d2b0164a6 100644 --- a/sys/include/net/gnrc/mac/timeout.h +++ b/sys/include/net/gnrc/mac/timeout.h @@ -20,7 +20,6 @@ * @author Shuguo Zhuo */ - #include #include #include diff --git a/sys/include/net/gnrc/mac/types.h b/sys/include/net/gnrc/mac/types.h index f7d730af3f93..705a42fe6eb9 100644 --- a/sys/include/net/gnrc/mac/types.h +++ b/sys/include/net/gnrc/mac/types.h @@ -20,7 +20,6 @@ * @author Shuguo Zhuo */ - #include #include diff --git a/sys/include/net/gnrc/netapi.h b/sys/include/net/gnrc/netapi.h index e87e504237a8..ea8157e40899 100644 --- a/sys/include/net/gnrc/netapi.h +++ b/sys/include/net/gnrc/netapi.h @@ -58,7 +58,6 @@ * @} */ - #include "thread.h" #include "net/netopt.h" #include "net/gnrc/nettype.h" diff --git a/sys/include/net/gnrc/netif/hdr.h b/sys/include/net/gnrc/netif/hdr.h index 6f89521f280b..dd7154bef7b3 100644 --- a/sys/include/net/gnrc/netif/hdr.h +++ b/sys/include/net/gnrc/netif/hdr.h @@ -20,7 +20,6 @@ * @author Martine Lenders */ - #include #include #include diff --git a/sys/include/net/gnrc/pktdump.h b/sys/include/net/gnrc/pktdump.h index 107812616a7b..2e4d68e3482f 100644 --- a/sys/include/net/gnrc/pktdump.h +++ b/sys/include/net/gnrc/pktdump.h @@ -21,7 +21,6 @@ * @author Hauke Petersen */ - #include "sched.h" #ifdef __cplusplus diff --git a/sys/include/net/gnrc/pktqueue.h b/sys/include/net/gnrc/pktqueue.h index 6a7b44a91862..a97f1d9bcf2b 100644 --- a/sys/include/net/gnrc/pktqueue.h +++ b/sys/include/net/gnrc/pktqueue.h @@ -20,7 +20,6 @@ * @author Martine Lenders */ - #include #include diff --git a/sys/include/net/gnrc/priority_pktqueue.h b/sys/include/net/gnrc/priority_pktqueue.h index e2bd6c98fa55..6085279dca75 100644 --- a/sys/include/net/gnrc/priority_pktqueue.h +++ b/sys/include/net/gnrc/priority_pktqueue.h @@ -22,7 +22,6 @@ * @author Shuguo Zhuo */ - #include #include "priority_queue.h" diff --git a/sys/include/net/gnrc/rpl.h b/sys/include/net/gnrc/rpl.h index 6802dcc51e9c..bfba745e07fa 100644 --- a/sys/include/net/gnrc/rpl.h +++ b/sys/include/net/gnrc/rpl.h @@ -140,7 +140,6 @@ * @author Cenk Gündoğan */ - #include #include #include "modules.h" diff --git a/sys/include/net/gnrc/rpl/dodag.h b/sys/include/net/gnrc/rpl/dodag.h index 48dbfc328373..69a209fbd767 100644 --- a/sys/include/net/gnrc/rpl/dodag.h +++ b/sys/include/net/gnrc/rpl/dodag.h @@ -22,7 +22,6 @@ * @author Cenk Gündoğan */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/gnrc/rpl/of_manager.h b/sys/include/net/gnrc/rpl/of_manager.h index e04b2bca1145..c42da0b4115f 100644 --- a/sys/include/net/gnrc/rpl/of_manager.h +++ b/sys/include/net/gnrc/rpl/of_manager.h @@ -18,7 +18,6 @@ * @author Fabian Brandt */ - #include "structs.h" #ifdef __cplusplus diff --git a/sys/include/net/gnrc/rpl/p2p_dodag.h b/sys/include/net/gnrc/rpl/p2p_dodag.h index ebd15367bbb0..9a6143417c27 100644 --- a/sys/include/net/gnrc/rpl/p2p_dodag.h +++ b/sys/include/net/gnrc/rpl/p2p_dodag.h @@ -20,7 +20,6 @@ * @author Cenk Gündoğan */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/gnrc/rpl/p2p_structs.h b/sys/include/net/gnrc/rpl/p2p_structs.h index c8da3f78cbf4..f263bb4187fa 100644 --- a/sys/include/net/gnrc/rpl/p2p_structs.h +++ b/sys/include/net/gnrc/rpl/p2p_structs.h @@ -20,7 +20,6 @@ * @author Cenk Gündoğan */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/gnrc/rpl/rpble.h b/sys/include/net/gnrc/rpl/rpble.h index 2a946fa12d04..1dcd7c07431a 100644 --- a/sys/include/net/gnrc/rpl/rpble.h +++ b/sys/include/net/gnrc/rpl/rpble.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #include #if IS_USED(MODULE_NIMBLE_RPBLE) #include "nimble_rpble.h" diff --git a/sys/include/net/gnrc/rpl/structs.h b/sys/include/net/gnrc/rpl/structs.h index 17665282f9fc..cc6c86359a70 100644 --- a/sys/include/net/gnrc/rpl/structs.h +++ b/sys/include/net/gnrc/rpl/structs.h @@ -23,7 +23,6 @@ * @author Cenk Gündoğan */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/gnrc/tcp.h b/sys/include/net/gnrc/tcp.h index ebed2ab49dc3..39d859dea8b6 100644 --- a/sys/include/net/gnrc/tcp.h +++ b/sys/include/net/gnrc/tcp.h @@ -21,7 +21,6 @@ * @author Simon Brummer */ - #include #include "net/gnrc/pkt.h" #include "net/gnrc/tcp/tcb.h" diff --git a/sys/include/net/gnrc/tcp/config.h b/sys/include/net/gnrc/tcp/config.h index 9c44aef5393d..9147b0888aa4 100644 --- a/sys/include/net/gnrc/tcp/config.h +++ b/sys/include/net/gnrc/tcp/config.h @@ -19,7 +19,6 @@ * @author Simon Brummer */ - #include "timex.h" #ifdef __cplusplus diff --git a/sys/include/net/gnrc/tcp/tcb.h b/sys/include/net/gnrc/tcp/tcb.h index dd1897706885..773ed9686daa 100644 --- a/sys/include/net/gnrc/tcp/tcb.h +++ b/sys/include/net/gnrc/tcp/tcb.h @@ -19,7 +19,6 @@ * @author Simon Brummer */ - #include #include "ringbuffer.h" #include "mutex.h" diff --git a/sys/include/net/gnrc/udp.h b/sys/include/net/gnrc/udp.h index 27120733adbc..8a5969bdce61 100644 --- a/sys/include/net/gnrc/udp.h +++ b/sys/include/net/gnrc/udp.h @@ -21,7 +21,6 @@ * @author Hauke Petersen */ - #include #include "byteorder.h" diff --git a/sys/include/net/ieee802154.h b/sys/include/net/ieee802154.h index 775fa84d4c13..173cbb36fbed 100644 --- a/sys/include/net/ieee802154.h +++ b/sys/include/net/ieee802154.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #include #include diff --git a/sys/include/net/ieee802154/radio.h b/sys/include/net/ieee802154/radio.h index b221cbfcff50..b5ca731a03f0 100644 --- a/sys/include/net/ieee802154/radio.h +++ b/sys/include/net/ieee802154/radio.h @@ -21,7 +21,6 @@ * @author José I. Alamos */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/ieee802154_security.h b/sys/include/net/ieee802154_security.h index 181d3b9fb11b..40e248bcd627 100644 --- a/sys/include/net/ieee802154_security.h +++ b/sys/include/net/ieee802154_security.h @@ -29,7 +29,6 @@ * @author Fabian Hüßler */ - #include #include "ieee802154.h" #include "crypto/ciphers.h" diff --git a/sys/include/net/ipv6/addr.h b/sys/include/net/ipv6/addr.h index 3365b715b449..38048992e616 100644 --- a/sys/include/net/ipv6/addr.h +++ b/sys/include/net/ipv6/addr.h @@ -23,7 +23,6 @@ * @author Martine Lenders */ - #include #include diff --git a/sys/include/net/l2filter.h b/sys/include/net/l2filter.h index 9a7671eacab3..e42186114886 100644 --- a/sys/include/net/l2filter.h +++ b/sys/include/net/l2filter.h @@ -31,7 +31,6 @@ * @author Hauke Petersen */ - #include #include #include diff --git a/sys/include/net/l2scan_list.h b/sys/include/net/l2scan_list.h index 39aae6175bb6..ef487b86ff80 100644 --- a/sys/include/net/l2scan_list.h +++ b/sys/include/net/l2scan_list.h @@ -21,7 +21,6 @@ * @author Fabian Hüßler */ - #include #include "list.h" diff --git a/sys/include/net/lora.h b/sys/include/net/lora.h index fe06a5fb1483..706c422ff492 100644 --- a/sys/include/net/lora.h +++ b/sys/include/net/lora.h @@ -20,7 +20,6 @@ * @author Alexandre Abadie */ - #include #include diff --git a/sys/include/net/loramac.h b/sys/include/net/loramac.h index 8dd0cc2fdd5c..738c05409849 100644 --- a/sys/include/net/loramac.h +++ b/sys/include/net/loramac.h @@ -21,7 +21,6 @@ * @author Alexandre Abadie */ - #include #include #include diff --git a/sys/include/net/lorawan/hdr.h b/sys/include/net/lorawan/hdr.h index 936986bf5a6d..664f553b3fd7 100644 --- a/sys/include/net/lorawan/hdr.h +++ b/sys/include/net/lorawan/hdr.h @@ -21,7 +21,6 @@ * @author Jose Ignacio Alamos */ - #include #include #include diff --git a/sys/include/net/mqttsn.h b/sys/include/net/mqttsn.h index f5483fc2c205..b55d963fb59b 100644 --- a/sys/include/net/mqttsn.h +++ b/sys/include/net/mqttsn.h @@ -22,7 +22,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/nanocoap.h b/sys/include/net/nanocoap.h index 0356e81ea874..509f94b6648a 100644 --- a/sys/include/net/nanocoap.h +++ b/sys/include/net/nanocoap.h @@ -76,7 +76,6 @@ * @author Hauke Petersen */ - #include #include #include diff --git a/sys/include/net/nanocoap/cache.h b/sys/include/net/nanocoap/cache.h index 4119f55a9de8..3141de306675 100644 --- a/sys/include/net/nanocoap/cache.h +++ b/sys/include/net/nanocoap/cache.h @@ -21,7 +21,6 @@ * @author Cenk Gündoğan */ - #include #include #include diff --git a/sys/include/net/nanocoap/fileserver.h b/sys/include/net/nanocoap/fileserver.h index 125580e5a3f7..b585a7817f68 100644 --- a/sys/include/net/nanocoap/fileserver.h +++ b/sys/include/net/nanocoap/fileserver.h @@ -77,7 +77,6 @@ * @author chrysn */ - #ifdef __cplusplus extern "C" { #endif @@ -156,5 +155,4 @@ ssize_t nanocoap_fileserver_handler(coap_pkt_t *pdu, uint8_t *buf, size_t len, } #endif - /** @} */ diff --git a/sys/include/net/nanocoap_sock.h b/sys/include/net/nanocoap_sock.h index 836727c72c7d..7559b29f073c 100644 --- a/sys/include/net/nanocoap_sock.h +++ b/sys/include/net/nanocoap_sock.h @@ -137,7 +137,6 @@ * @author Kaspar Schleiser */ - #include #include diff --git a/sys/include/net/netopt.h b/sys/include/net/netopt.h index dd224b20aa9a..4fee30d67ae4 100644 --- a/sys/include/net/netopt.h +++ b/sys/include/net/netopt.h @@ -24,7 +24,6 @@ * @author Kaspar Schleiser */ - #include #include diff --git a/sys/include/net/netstats.h b/sys/include/net/netstats.h index 925703377133..83d2223c30a1 100644 --- a/sys/include/net/netstats.h +++ b/sys/include/net/netstats.h @@ -25,7 +25,6 @@ #include "net/l2util.h" #include "mutex.h" - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/ntp_packet.h b/sys/include/net/ntp_packet.h index 341df38c75fd..99ef72f624ca 100644 --- a/sys/include/net/ntp_packet.h +++ b/sys/include/net/ntp_packet.h @@ -21,7 +21,6 @@ * @author Martine Lenders */ - #include #include "byteorder.h" diff --git a/sys/include/net/packet.h b/sys/include/net/packet.h index e30e5733c71c..4ba0f6c17e6e 100644 --- a/sys/include/net/packet.h +++ b/sys/include/net/packet.h @@ -20,7 +20,6 @@ * @author Oliver Hahm */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/ppp/hdr.h b/sys/include/net/ppp/hdr.h index 8ecb40f130c3..bc28a02594d7 100644 --- a/sys/include/net/ppp/hdr.h +++ b/sys/include/net/ppp/hdr.h @@ -20,7 +20,6 @@ * @author José Ignacio Alamos */ - #include #include "byteorder.h" diff --git a/sys/include/net/ppptype.h b/sys/include/net/ppptype.h index 821233de88ef..a6d57854c720 100644 --- a/sys/include/net/ppptype.h +++ b/sys/include/net/ppptype.h @@ -25,7 +25,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/rpl/rpl_netstats.h b/sys/include/net/rpl/rpl_netstats.h index 847f8fcbca6b..41f288295451 100644 --- a/sys/include/net/rpl/rpl_netstats.h +++ b/sys/include/net/rpl/rpl_netstats.h @@ -22,7 +22,6 @@ #include - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/skald.h b/sys/include/net/skald.h index 19eb1f8dcbaa..eecfae897ef0 100644 --- a/sys/include/net/skald.h +++ b/sys/include/net/skald.h @@ -43,7 +43,6 @@ * @author Hauke Petersen */ - #include #include "ztimer.h" diff --git a/sys/include/net/skald/eddystone.h b/sys/include/net/skald/eddystone.h index 619cc910a732..d3d7976f89ae 100644 --- a/sys/include/net/skald/eddystone.h +++ b/sys/include/net/skald/eddystone.h @@ -34,7 +34,6 @@ * @author Hauke Petersen */ - #include "net/eddystone.h" #include "net/skald.h" diff --git a/sys/include/net/skald/ibeacon.h b/sys/include/net/skald/ibeacon.h index 12d51db74ffc..a0b0848e9b11 100644 --- a/sys/include/net/skald/ibeacon.h +++ b/sys/include/net/skald/ibeacon.h @@ -27,7 +27,6 @@ * @author Hauke Petersen */ - #include "net/skald.h" #ifdef __cplusplus diff --git a/sys/include/net/sntp.h b/sys/include/net/sntp.h index 3afa6f4a93d4..226756b3d293 100644 --- a/sys/include/net/sntp.h +++ b/sys/include/net/sntp.h @@ -22,7 +22,6 @@ * @author Martine Lenders */ - #include #include diff --git a/sys/include/net/sock.h b/sys/include/net/sock.h index 7c7cd1465589..df544d1def11 100644 --- a/sys/include/net/sock.h +++ b/sys/include/net/sock.h @@ -101,7 +101,6 @@ * @author Kaspar Schleiser */ - #include #include #include "iolist.h" diff --git a/sys/include/net/sock/config.h b/sys/include/net/sock/config.h index 9cccbb5a88f8..aa6fd323a761 100644 --- a/sys/include/net/sock/config.h +++ b/sys/include/net/sock/config.h @@ -20,7 +20,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/net/sock/dns.h b/sys/include/net/sock/dns.h index a95b2c48e1ab..e0da7a9ef84c 100644 --- a/sys/include/net/sock/dns.h +++ b/sys/include/net/sock/dns.h @@ -23,7 +23,6 @@ * @author Hendrik van Essen */ - #include #include #include diff --git a/sys/include/net/sock/dodtls.h b/sys/include/net/sock/dodtls.h index 7ff213ab6ca4..48362c67970d 100644 --- a/sys/include/net/sock/dodtls.h +++ b/sys/include/net/sock/dodtls.h @@ -31,7 +31,6 @@ * @author Martine S. Lenders */ - #include "net/sock/dtls.h" #include "net/sock/udp.h" diff --git a/sys/include/net/sock/dtls.h b/sys/include/net/sock/dtls.h index 753da5b18f94..4f4ae918883d 100644 --- a/sys/include/net/sock/dtls.h +++ b/sys/include/net/sock/dtls.h @@ -529,7 +529,6 @@ * @author Leandro Lanzieri */ - #include #include #include diff --git a/sys/include/net/sock/dtls/creds.h b/sys/include/net/sock/dtls/creds.h index dd09dc9678ef..593beb08e531 100644 --- a/sys/include/net/sock/dtls/creds.h +++ b/sys/include/net/sock/dtls/creds.h @@ -20,7 +20,6 @@ * @author Leandro Lanzieri */ - #include "net/sock/udp.h" #ifdef __cplusplus diff --git a/sys/include/net/tcp.h b/sys/include/net/tcp.h index 21de35ddb864..013311464525 100644 --- a/sys/include/net/tcp.h +++ b/sys/include/net/tcp.h @@ -21,7 +21,6 @@ * @author Simon Brummer */ - #include "byteorder.h" #ifdef __cplusplus diff --git a/sys/include/net/uhcp.h b/sys/include/net/uhcp.h index 9a4a41974240..49ec919747f7 100644 --- a/sys/include/net/uhcp.h +++ b/sys/include/net/uhcp.h @@ -29,7 +29,6 @@ * @author Kaspar Schleiser */ - #include #include #include diff --git a/sys/include/net/utils.h b/sys/include/net/utils.h index 72f838fe931b..926381815396 100644 --- a/sys/include/net/utils.h +++ b/sys/include/net/utils.h @@ -21,7 +21,6 @@ * @author Hendrik van Essen */ - #include #include diff --git a/sys/include/net/wifi.h b/sys/include/net/wifi.h index ccf44cf34af8..b88426f8135f 100644 --- a/sys/include/net/wifi.h +++ b/sys/include/net/wifi.h @@ -20,7 +20,6 @@ * @author Fabian Hüßler */ - #include #ifdef __cplusplus diff --git a/sys/include/net/wifi_scan_list.h b/sys/include/net/wifi_scan_list.h index 6af286d58377..641277072e55 100644 --- a/sys/include/net/wifi_scan_list.h +++ b/sys/include/net/wifi_scan_list.h @@ -20,7 +20,6 @@ * @author Fabian Hüßler */ - #include #include "l2scan_list.h" diff --git a/sys/include/phydat.h b/sys/include/phydat.h index 8edfda5a5abb..166a95b7ca01 100644 --- a/sys/include/phydat.h +++ b/sys/include/phydat.h @@ -34,7 +34,6 @@ * @author Hauke Petersen */ - #include #include #include diff --git a/sys/include/pipe.h b/sys/include/pipe.h index 3c67aab3a45b..e016e5f40e3d 100644 --- a/sys/include/pipe.h +++ b/sys/include/pipe.h @@ -34,7 +34,6 @@ * @author René Kijewski */ - #include #include "mutex.h" diff --git a/sys/include/pm_layered.h b/sys/include/pm_layered.h index e92bc364b6b8..a8e27e5872fb 100644 --- a/sys/include/pm_layered.h +++ b/sys/include/pm_layered.h @@ -34,7 +34,6 @@ * @author Kaspar Schleiser */ - #include #include "periph_cpu.h" #include "architecture.h" diff --git a/sys/include/progress_bar.h b/sys/include/progress_bar.h index 6ef8764098eb..de6d33250759 100644 --- a/sys/include/progress_bar.h +++ b/sys/include/progress_bar.h @@ -18,7 +18,6 @@ * @author Alexandre Abadie */ - #include #include diff --git a/sys/include/ps.h b/sys/include/ps.h index 3bd8d7f57f56..72983d947fb4 100644 --- a/sys/include/ps.h +++ b/sys/include/ps.h @@ -21,7 +21,6 @@ * @author Oliver Hahm */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/aead/algorithm.h b/sys/include/psa_crypto/psa/aead/algorithm.h index a5ed94c78240..98dfde993c35 100644 --- a/sys/include/psa_crypto/psa/aead/algorithm.h +++ b/sys/include/psa_crypto/psa/aead/algorithm.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/algorithm.h b/sys/include/psa_crypto/psa/algorithm.h index 48a8ca198434..87456850fe1b 100644 --- a/sys/include/psa_crypto/psa/algorithm.h +++ b/sys/include/psa_crypto/psa/algorithm.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/asymmetric_encryption/algorithm.h b/sys/include/psa_crypto/psa/asymmetric_encryption/algorithm.h index 572708bf0107..8d8e1f799855 100644 --- a/sys/include/psa_crypto/psa/asymmetric_encryption/algorithm.h +++ b/sys/include/psa_crypto/psa/asymmetric_encryption/algorithm.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/asymmetric_signature/algorithm.h b/sys/include/psa_crypto/psa/asymmetric_signature/algorithm.h index 73facb78a8b1..5e3201cd23f7 100644 --- a/sys/include/psa_crypto/psa/asymmetric_signature/algorithm.h +++ b/sys/include/psa_crypto/psa/asymmetric_signature/algorithm.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/cipher/algorithm.h b/sys/include/psa_crypto/psa/cipher/algorithm.h index 7a8635def3ef..754a1d8325a7 100644 --- a/sys/include/psa_crypto/psa/cipher/algorithm.h +++ b/sys/include/psa_crypto/psa/cipher/algorithm.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/crypto.h b/sys/include/psa_crypto/psa/crypto.h index de9ea08e9909..78ecdc0ec2dd 100644 --- a/sys/include/psa_crypto/psa/crypto.h +++ b/sys/include/psa_crypto/psa/crypto.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif @@ -895,7 +894,6 @@ psa_status_t psa_asymmetric_decrypt(psa_key_id_t key, size_t *output_length); #endif /* MODULE_PSA_ASYMMETRIC */ - #if IS_USED(MODULE_PSA_CIPHER) || defined(DOXYGEN) /** * @brief Abort a cipher operation. diff --git a/sys/include/psa_crypto/psa/crypto_contexts.h b/sys/include/psa_crypto/psa/crypto_contexts.h index 2870afb6a5c2..083182efd21e 100644 --- a/sys/include/psa_crypto/psa/crypto_contexts.h +++ b/sys/include/psa_crypto/psa/crypto_contexts.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif @@ -28,7 +27,6 @@ extern "C" { #include "psa/crypto_includes.h" - #if IS_USED(MODULE_PSA_HASH) /** * @brief Structure containing the hash contexts needed by the application. diff --git a/sys/include/psa_crypto/psa/crypto_includes.h b/sys/include/psa_crypto/psa/crypto_includes.h index 20072c932b81..9c19cdd2ae8b 100644 --- a/sys/include/psa_crypto/psa/crypto_includes.h +++ b/sys/include/psa_crypto/psa/crypto_includes.h @@ -18,7 +18,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/crypto_se_config.h b/sys/include/psa_crypto/psa/crypto_se_config.h index 668427ab9ce2..78e8ad04b3a6 100644 --- a/sys/include/psa_crypto/psa/crypto_se_config.h +++ b/sys/include/psa_crypto/psa/crypto_se_config.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/crypto_sizes.h b/sys/include/psa_crypto/psa/crypto_sizes.h index ffe7a631d827..2029fc5fe4a4 100644 --- a/sys/include/psa_crypto/psa/crypto_sizes.h +++ b/sys/include/psa_crypto/psa/crypto_sizes.h @@ -24,7 +24,6 @@ * These macros will be implemented successively in the future. */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/crypto_struct.h b/sys/include/psa_crypto/psa/crypto_struct.h index 4b2d34492d94..7dc43827a9df 100644 --- a/sys/include/psa_crypto/psa/crypto_struct.h +++ b/sys/include/psa_crypto/psa/crypto_struct.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/crypto_types.h b/sys/include/psa_crypto/psa/crypto_types.h index 7f8a39ae875b..3426049b36c8 100644 --- a/sys/include/psa_crypto/psa/crypto_types.h +++ b/sys/include/psa_crypto/psa/crypto_types.h @@ -19,7 +19,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/crypto_values.h b/sys/include/psa_crypto/psa/crypto_values.h index c71f07732b62..74186bfb0d07 100644 --- a/sys/include/psa_crypto/psa/crypto_values.h +++ b/sys/include/psa_crypto/psa/crypto_values.h @@ -24,7 +24,6 @@ * These macros will be implemented successively in the future. */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/error.h b/sys/include/psa_crypto/psa/error.h index ad089adbfe4b..e1d52d6b8d42 100644 --- a/sys/include/psa_crypto/psa/error.h +++ b/sys/include/psa_crypto/psa/error.h @@ -23,7 +23,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/hash/algorithm.h b/sys/include/psa_crypto/psa/hash/algorithm.h index 4605a4db4c39..beb7a61d4193 100644 --- a/sys/include/psa_crypto/psa/hash/algorithm.h +++ b/sys/include/psa_crypto/psa/hash/algorithm.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/key/attributes.h b/sys/include/psa_crypto/psa/key/attributes.h index 0d5cab250bf2..7c3a40598e4e 100644 --- a/sys/include/psa_crypto/psa/key/attributes.h +++ b/sys/include/psa_crypto/psa/key/attributes.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/key/bits.h b/sys/include/psa_crypto/psa/key/bits.h index d7612a3b8ce3..aa3d1adc6d91 100644 --- a/sys/include/psa_crypto/psa/key/bits.h +++ b/sys/include/psa_crypto/psa/key/bits.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/key/id.h b/sys/include/psa_crypto/psa/key/id.h index d98f946da452..44507e619360 100644 --- a/sys/include/psa_crypto/psa/key/id.h +++ b/sys/include/psa_crypto/psa/key/id.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/key/lifetime.h b/sys/include/psa_crypto/psa/key/lifetime.h index c4e89c15c104..5210038d1e5c 100644 --- a/sys/include/psa_crypto/psa/key/lifetime.h +++ b/sys/include/psa_crypto/psa/key/lifetime.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/key/type.h b/sys/include/psa_crypto/psa/key/type.h index 51febdf07dfb..f129392f6357 100644 --- a/sys/include/psa_crypto/psa/key/type.h +++ b/sys/include/psa_crypto/psa/key/type.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/key/usage.h b/sys/include/psa_crypto/psa/key/usage.h index 9f0e78910341..63f8734c12ab 100644 --- a/sys/include/psa_crypto/psa/key/usage.h +++ b/sys/include/psa_crypto/psa/key/usage.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/key_agreement/algorithm.h b/sys/include/psa_crypto/psa/key_agreement/algorithm.h index d371383d04ad..0d947c36fa73 100644 --- a/sys/include/psa_crypto/psa/key_agreement/algorithm.h +++ b/sys/include/psa_crypto/psa/key_agreement/algorithm.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/key_derivation/algorithm.h b/sys/include/psa_crypto/psa/key_derivation/algorithm.h index 1d1871b73962..f2ff7fb7060a 100644 --- a/sys/include/psa_crypto/psa/key_derivation/algorithm.h +++ b/sys/include/psa_crypto/psa/key_derivation/algorithm.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/psa_crypto/psa/mac/algorithm.h b/sys/include/psa_crypto/psa/mac/algorithm.h index fd7f2efa7a6b..02492751867a 100644 --- a/sys/include/psa_crypto/psa/mac/algorithm.h +++ b/sys/include/psa_crypto/psa/mac/algorithm.h @@ -21,7 +21,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/ptrtag.h b/sys/include/ptrtag.h index 85f0223b802d..62ced9870669 100644 --- a/sys/include/ptrtag.h +++ b/sys/include/ptrtag.h @@ -60,7 +60,6 @@ * @author Marian Buschsieweke */ - #include #include #include diff --git a/sys/include/random.h b/sys/include/random.h index c2dbca550cdf..5371648bafca 100644 --- a/sys/include/random.h +++ b/sys/include/random.h @@ -34,7 +34,6 @@ * @brief Common interface to the software PRNG */ - #include #include diff --git a/sys/include/riotboot/bootloader_selection.h b/sys/include/riotboot/bootloader_selection.h index 5eb041176671..836acbd260ba 100644 --- a/sys/include/riotboot/bootloader_selection.h +++ b/sys/include/riotboot/bootloader_selection.h @@ -83,5 +83,4 @@ extern "C" { } #endif - /** @} */ diff --git a/sys/include/riotboot/flashwrite.h b/sys/include/riotboot/flashwrite.h index 6577c7c7e799..b9a63a558ae8 100644 --- a/sys/include/riotboot/flashwrite.h +++ b/sys/include/riotboot/flashwrite.h @@ -58,7 +58,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/riotboot/hdr.h b/sys/include/riotboot/hdr.h index 180c4d8953df..1633ac215a0f 100644 --- a/sys/include/riotboot/hdr.h +++ b/sys/include/riotboot/hdr.h @@ -31,7 +31,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/riotboot/magic.h b/sys/include/riotboot/magic.h index 23bc40021da7..547e2e09a3ab 100644 --- a/sys/include/riotboot/magic.h +++ b/sys/include/riotboot/magic.h @@ -21,7 +21,6 @@ * @} */ - #include "riotboot/hdr.h" #ifdef __cplusplus diff --git a/sys/include/riotboot/serial.h b/sys/include/riotboot/serial.h index 7f780a0d85e2..7037b99ce838 100644 --- a/sys/include/riotboot/serial.h +++ b/sys/include/riotboot/serial.h @@ -21,7 +21,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/riotboot/slot.h b/sys/include/riotboot/slot.h index 3a43c205762e..f5cdb9c6318d 100644 --- a/sys/include/riotboot/slot.h +++ b/sys/include/riotboot/slot.h @@ -24,7 +24,6 @@ * @} */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/riotboot/usb_dfu.h b/sys/include/riotboot/usb_dfu.h index eaa3c56cec3e..bdf122f8ac49 100644 --- a/sys/include/riotboot/usb_dfu.h +++ b/sys/include/riotboot/usb_dfu.h @@ -22,7 +22,6 @@ * @} */ - #include "riotboot/hdr.h" #ifdef __cplusplus diff --git a/sys/include/rtc_utils.h b/sys/include/rtc_utils.h index 7a20c605f0cc..12e9f252ae3c 100644 --- a/sys/include/rtc_utils.h +++ b/sys/include/rtc_utils.h @@ -18,7 +18,6 @@ * @author Benjamin Valentin */ - #include #include #include diff --git a/sys/include/saul_reg.h b/sys/include/saul_reg.h index c5fc57b6b803..87e46bda3828 100644 --- a/sys/include/saul_reg.h +++ b/sys/include/saul_reg.h @@ -23,7 +23,6 @@ * @author Hauke Petersen */ - #include #include "saul.h" diff --git a/sys/include/schedstatistics.h b/sys/include/schedstatistics.h index 72d74f5185bf..2d44aff1a96e 100644 --- a/sys/include/schedstatistics.h +++ b/sys/include/schedstatistics.h @@ -28,7 +28,6 @@ * */ - #include #ifdef __cplusplus diff --git a/sys/include/sema.h b/sys/include/sema.h index 69b95e2add8d..216991902ce5 100644 --- a/sys/include/sema.h +++ b/sys/include/sema.h @@ -24,7 +24,6 @@ * @author Víctor Ariño */ - #include #include "mutex.h" diff --git a/sys/include/sema_inv.h b/sys/include/sema_inv.h index b38a4d01374e..09631452d594 100644 --- a/sys/include/sema_inv.h +++ b/sys/include/sema_inv.h @@ -41,7 +41,6 @@ * @author Benjamin Valentin */ - #include "atomic_utils.h" #include "mutex.h" diff --git a/sys/include/senml.h b/sys/include/senml.h index e6b321a3a27b..2f0abda8cc8c 100644 --- a/sys/include/senml.h +++ b/sys/include/senml.h @@ -35,7 +35,6 @@ * @author Silke Hofstra */ - #include #include #include diff --git a/sys/include/senml/cbor.h b/sys/include/senml/cbor.h index fe3900326114..be542981b62a 100644 --- a/sys/include/senml/cbor.h +++ b/sys/include/senml/cbor.h @@ -24,7 +24,6 @@ * @author Silke Hofstra */ - #include #include #include diff --git a/sys/include/senml/phydat.h b/sys/include/senml/phydat.h index bd28e81ad1d3..d90ab9ef4bd7 100644 --- a/sys/include/senml/phydat.h +++ b/sys/include/senml/phydat.h @@ -24,7 +24,6 @@ * @author Silke Hofstra */ - #include #include #include diff --git a/sys/include/senml/saul.h b/sys/include/senml/saul.h index 2e14d29c0fd9..6eaeeeaec48b 100644 --- a/sys/include/senml/saul.h +++ b/sys/include/senml/saul.h @@ -24,7 +24,6 @@ * @author Silke Hofstra */ - #include #include "nanocbor/nanocbor.h" #include "saul_reg.h" diff --git a/sys/include/seq.h b/sys/include/seq.h index 726000cf936a..df5a8ac91f86 100644 --- a/sys/include/seq.h +++ b/sys/include/seq.h @@ -21,7 +21,6 @@ * @author Cenk Gündoğan */ - #include #include diff --git a/sys/include/shell.h b/sys/include/shell.h index c1705a141252..513ab64e6b0b 100644 --- a/sys/include/shell.h +++ b/sys/include/shell.h @@ -46,7 +46,6 @@ * @brief Shell interface definition */ - #include #include "periph/pm.h" diff --git a/sys/include/shell_lock.h b/sys/include/shell_lock.h index a77580265418..1532897b5d12 100644 --- a/sys/include/shell_lock.h +++ b/sys/include/shell_lock.h @@ -23,7 +23,6 @@ * @brief Shell interface definition */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/stdio_base.h b/sys/include/stdio_base.h index 3a506c9006ca..86d1126a8582 100644 --- a/sys/include/stdio_base.h +++ b/sys/include/stdio_base.h @@ -20,7 +20,6 @@ * @author Benjamin Valentin */ - #include #include "modules.h" diff --git a/sys/include/stdio_nimble.h b/sys/include/stdio_nimble.h index b9cd58eed3d5..741498ee1a7c 100644 --- a/sys/include/stdio_nimble.h +++ b/sys/include/stdio_nimble.h @@ -163,7 +163,6 @@ * @author Hendrik van Essen */ - #include "stdio_base.h" #ifdef __cplusplus diff --git a/sys/include/stdio_rtt.h b/sys/include/stdio_rtt.h index 175919af07fd..3d33dbc1422a 100644 --- a/sys/include/stdio_rtt.h +++ b/sys/include/stdio_rtt.h @@ -19,7 +19,6 @@ * @author Hauke Petersen */ - #include "stdio_base.h" #ifdef __cplusplus diff --git a/sys/include/stdio_semihosting.h b/sys/include/stdio_semihosting.h index 8bfb86a74878..bf7b3caadac4 100644 --- a/sys/include/stdio_semihosting.h +++ b/sys/include/stdio_semihosting.h @@ -58,7 +58,6 @@ * @author Koen Zandberg */ - #include "stdio_base.h" #ifdef __cplusplus diff --git a/sys/include/stdio_uart.h b/sys/include/stdio_uart.h index e45217189687..30ec9d6fb889 100644 --- a/sys/include/stdio_uart.h +++ b/sys/include/stdio_uart.h @@ -88,7 +88,6 @@ * @author Hauke Petersen */ - /* Boards may override the default STDIO UART device */ #include "board.h" #include "stdio_base.h" diff --git a/sys/include/string_utils.h b/sys/include/string_utils.h index 782062e8365b..c568389c515e 100644 --- a/sys/include/string_utils.h +++ b/sys/include/string_utils.h @@ -35,7 +35,6 @@ #include "flash_utils.h" #include "modules.h" - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/suit.h b/sys/include/suit.h index 2db8c97452c4..a728cda6da43 100644 --- a/sys/include/suit.h +++ b/sys/include/suit.h @@ -30,7 +30,6 @@ * */ - #include #include diff --git a/sys/include/suit/conditions.h b/sys/include/suit/conditions.h index 4a0b76a5a06a..4736cccb58b1 100644 --- a/sys/include/suit/conditions.h +++ b/sys/include/suit/conditions.h @@ -21,7 +21,6 @@ * */ - #include #include diff --git a/sys/include/suit/handlers.h b/sys/include/suit/handlers.h index 1874157d0cc6..2399f4945b3d 100644 --- a/sys/include/suit/handlers.h +++ b/sys/include/suit/handlers.h @@ -24,7 +24,6 @@ * @author Kaspar Schleiser */ - #include #include diff --git a/sys/include/suit/policy.h b/sys/include/suit/policy.h index 3b70f3a60591..8cc12f3b59ae 100644 --- a/sys/include/suit/policy.h +++ b/sys/include/suit/policy.h @@ -23,7 +23,6 @@ * */ - #include #include diff --git a/sys/include/suit/storage.h b/sys/include/suit/storage.h index ff99f8745e86..6c9656389146 100644 --- a/sys/include/suit/storage.h +++ b/sys/include/suit/storage.h @@ -98,7 +98,6 @@ * @warning This API is by design not thread safe */ - #include "suit.h" #ifdef __cplusplus diff --git a/sys/include/suit/storage/flashwrite.h b/sys/include/suit/storage/flashwrite.h index 40e9b17a3963..928c67f7b385 100644 --- a/sys/include/suit/storage/flashwrite.h +++ b/sys/include/suit/storage/flashwrite.h @@ -20,7 +20,6 @@ * @author Koen Zandberg */ - #include "suit.h" #include "riotboot/flashwrite.h" diff --git a/sys/include/suit/storage/ram.h b/sys/include/suit/storage/ram.h index cdf96f938fc3..b93b988c8a05 100644 --- a/sys/include/suit/storage/ram.h +++ b/sys/include/suit/storage/ram.h @@ -31,7 +31,6 @@ * distinction between valid content and not yet invalidated content. */ - #include #include "suit.h" diff --git a/sys/include/suit/storage/vfs.h b/sys/include/suit/storage/vfs.h index 7e53c122b52c..ee252450aedf 100644 --- a/sys/include/suit/storage/vfs.h +++ b/sys/include/suit/storage/vfs.h @@ -33,7 +33,6 @@ * @author Koen Zandberg */ - #include "suit.h" #include "../../sys/include/vfs.h" #include "vfs_default.h" diff --git a/sys/include/suit/transport/coap.h b/sys/include/suit/transport/coap.h index 06b7098a9908..8172b93ec9d4 100644 --- a/sys/include/suit/transport/coap.h +++ b/sys/include/suit/transport/coap.h @@ -24,7 +24,6 @@ * */ - #include "net/nanocoap.h" #include "suit/transport/worker.h" diff --git a/sys/include/suit/transport/mock.h b/sys/include/suit/transport/mock.h index e263868daeca..636a5787360e 100644 --- a/sys/include/suit/transport/mock.h +++ b/sys/include/suit/transport/mock.h @@ -26,7 +26,6 @@ * `num_payloads` must be provided. */ - #include "suit.h" #ifdef __cplusplus diff --git a/sys/include/suit/transport/vfs.h b/sys/include/suit/transport/vfs.h index 9b76ea541d93..d307aee23938 100644 --- a/sys/include/suit/transport/vfs.h +++ b/sys/include/suit/transport/vfs.h @@ -25,7 +25,6 @@ * */ - #include "net/nanocoap.h" #include "suit.h" diff --git a/sys/include/suit/transport/worker.h b/sys/include/suit/transport/worker.h index 5e513a3e6a3c..fa9157270cc6 100644 --- a/sys/include/suit/transport/worker.h +++ b/sys/include/suit/transport/worker.h @@ -24,7 +24,6 @@ * */ - #include #if MODULE_NANOCOAP # include "net/nanocoap.h" diff --git a/sys/include/sys/bus.h b/sys/include/sys/bus.h index 0d28e2e17565..14aa8fa11495 100644 --- a/sys/include/sys/bus.h +++ b/sys/include/sys/bus.h @@ -21,7 +21,6 @@ * @author Benjamin Valentin */ - #include #include "msg_bus.h" diff --git a/sys/include/test_utils/benchmark_udp.h b/sys/include/test_utils/benchmark_udp.h index 7b892dae4b45..28b51c92d7a3 100644 --- a/sys/include/test_utils/benchmark_udp.h +++ b/sys/include/test_utils/benchmark_udp.h @@ -19,7 +19,6 @@ * @author Benjamin Valentin */ - #include #include diff --git a/sys/include/test_utils/expect.h b/sys/include/test_utils/expect.h index f5a1ff7c72d7..5356b8cb669b 100644 --- a/sys/include/test_utils/expect.h +++ b/sys/include/test_utils/expect.h @@ -24,7 +24,6 @@ * @author Kaspar Schleiser */ - #include #include "compiler_hints.h" #include "panic.h" diff --git a/sys/include/test_utils/interactive_sync.h b/sys/include/test_utils/interactive_sync.h index 49708b0b893e..f2e2f9ee2684 100644 --- a/sys/include/test_utils/interactive_sync.h +++ b/sys/include/test_utils/interactive_sync.h @@ -20,7 +20,6 @@ * @author Gaëtan Harter */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/test_utils/netdev_eth_minimal.h b/sys/include/test_utils/netdev_eth_minimal.h index f3b89348e252..8401ece79f5d 100644 --- a/sys/include/test_utils/netdev_eth_minimal.h +++ b/sys/include/test_utils/netdev_eth_minimal.h @@ -25,7 +25,6 @@ * @author Leandro Lanzieri */ - #include "net/netdev.h" #ifdef __cplusplus diff --git a/sys/include/test_utils/netdev_ieee802154_minimal.h b/sys/include/test_utils/netdev_ieee802154_minimal.h index 28b4e82da434..69eccc96eee7 100644 --- a/sys/include/test_utils/netdev_ieee802154_minimal.h +++ b/sys/include/test_utils/netdev_ieee802154_minimal.h @@ -28,7 +28,6 @@ * @author Kevin Weiss */ - #include "net/netdev.h" #ifdef __cplusplus diff --git a/sys/include/test_utils/result_output.h b/sys/include/test_utils/result_output.h index 3f68f3c48a4a..813e9439ac57 100644 --- a/sys/include/test_utils/result_output.h +++ b/sys/include/test_utils/result_output.h @@ -49,7 +49,6 @@ * @author Kevin Weiss */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/time_units.h b/sys/include/time_units.h index 08477e29df15..1232344f455a 100644 --- a/sys/include/time_units.h +++ b/sys/include/time_units.h @@ -19,7 +19,6 @@ * @brief Utility header providing time unit defines */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/timex.h b/sys/include/timex.h index d71755b505e3..297825878932 100644 --- a/sys/include/timex.h +++ b/sys/include/timex.h @@ -19,7 +19,6 @@ * @brief Utility library for comparing and computing timestamps */ - #include #include #include "time_units.h" diff --git a/sys/include/tiny_strerror.h b/sys/include/tiny_strerror.h index 21c7efd97632..0c8547e183b8 100644 --- a/sys/include/tiny_strerror.h +++ b/sys/include/tiny_strerror.h @@ -43,7 +43,6 @@ * @author Marian Buschsieweke */ - #include #include diff --git a/sys/include/tm.h b/sys/include/tm.h index 4163a36a19d5..b77d8877bd1a 100644 --- a/sys/include/tm.h +++ b/sys/include/tm.h @@ -16,7 +16,6 @@ * @brief Utility library for `struct tm`. */ - #include #include #include diff --git a/sys/include/trace.h b/sys/include/trace.h index e0e5bc74f189..534468343cd9 100644 --- a/sys/include/trace.h +++ b/sys/include/trace.h @@ -52,7 +52,6 @@ * */ - #include #ifdef __cplusplus diff --git a/sys/include/trickle.h b/sys/include/trickle.h index c0d72db102cf..724ef3d2ce83 100644 --- a/sys/include/trickle.h +++ b/sys/include/trickle.h @@ -27,7 +27,6 @@ * @author Cenk Gündoğan */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/tsrb.h b/sys/include/tsrb.h index c2bfdb2b87ef..99890ad1da41 100644 --- a/sys/include/tsrb.h +++ b/sys/include/tsrb.h @@ -22,7 +22,6 @@ * @author Kaspar Schleiser */ - #include #include #include diff --git a/sys/include/unaligned.h b/sys/include/unaligned.h index 9fddebc75975..b81229a82c3f 100644 --- a/sys/include/unaligned.h +++ b/sys/include/unaligned.h @@ -36,7 +36,6 @@ * @author Kaspar Schleiser */ - #include #ifdef __cplusplus diff --git a/sys/include/universal_address.h b/sys/include/universal_address.h index 838b18e954f6..1567e24fe3f9 100644 --- a/sys/include/universal_address.h +++ b/sys/include/universal_address.h @@ -20,7 +20,6 @@ * @author Martin Landsmann */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/uri_parser.h b/sys/include/uri_parser.h index 742f873223af..2e7ca243ceec 100644 --- a/sys/include/uri_parser.h +++ b/sys/include/uri_parser.h @@ -27,7 +27,6 @@ * */ - #include #include #include diff --git a/sys/include/usb.h b/sys/include/usb.h index 5ab52fabd25c..03f64dbb3273 100644 --- a/sys/include/usb.h +++ b/sys/include/usb.h @@ -20,7 +20,6 @@ * @author Koen Zandberg */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/usb/cdc.h b/sys/include/usb/cdc.h index 14ce80441cde..800530f2a244 100644 --- a/sys/include/usb/cdc.h +++ b/sys/include/usb/cdc.h @@ -22,7 +22,6 @@ * @author Koen Zandberg */ - #include #include "usb.h" diff --git a/sys/include/usb/dfu.h b/sys/include/usb/dfu.h index 6c2a85a1a56b..7766f6e7ef8e 100644 --- a/sys/include/usb/dfu.h +++ b/sys/include/usb/dfu.h @@ -21,7 +21,6 @@ * @author Dylan Laduranty */ - #include #include "usb.h" diff --git a/sys/include/usb/hid.h b/sys/include/usb/hid.h index eee86ddab005..d15031f9e4e2 100644 --- a/sys/include/usb/hid.h +++ b/sys/include/usb/hid.h @@ -21,7 +21,6 @@ * @author Nils Ollrogge */ - #include #include "usb/hid/hid_usage.h" @@ -123,7 +122,6 @@ typedef struct __attribute__((packed)){ * @{ */ - /** * @brief HID Main item type */ @@ -295,7 +293,6 @@ typedef struct __attribute__((packed)){ USB_HID_ITEM(USB_HID_ITEM_TAG_OUTPUT, USB_HID_ITEM_TYPE_MAIN, 1), \ output - /** * @brief Defines a HID Feature item * @@ -368,7 +365,6 @@ typedef struct __attribute__((packed)){ USB_HID_ITEM(USB_HID_ITEM_TAG_LOGICAL_MIN, USB_HID_ITEM_TYPE_GLOBAL, 2), \ minimum & 0xff, (minimum >> 8) - /** * @brief Defines a HID Logical Minimum item * diff --git a/sys/include/usb/hid/hid_usage.h b/sys/include/usb/hid/hid_usage.h index a7de934fbe49..3f25ff4d0960 100644 --- a/sys/include/usb/hid/hid_usage.h +++ b/sys/include/usb/hid/hid_usage.h @@ -23,7 +23,6 @@ * @see Based on HID Usage Tables 1.21, https://www.usb.org/sites/default/files/hut1_21.pdf */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/usb/msc.h b/sys/include/usb/msc.h index 1ffaf2f6d3d1..90f6f6c0e2a0 100644 --- a/sys/include/usb/msc.h +++ b/sys/include/usb/msc.h @@ -22,7 +22,6 @@ * @author Dylan Laduranty */ - #include #include "usb/usbus.h" diff --git a/sys/include/usb/usbopt.h b/sys/include/usb/usbopt.h index a5c0b37d678f..0e836fc7ef46 100644 --- a/sys/include/usb/usbopt.h +++ b/sys/include/usb/usbopt.h @@ -22,7 +22,6 @@ * @author Koen Zandberg */ - #include #ifdef __cplusplus diff --git a/sys/include/usb/usbus.h b/sys/include/usb/usbus.h index 8a549e7a631c..fbe8cce308ae 100644 --- a/sys/include/usb/usbus.h +++ b/sys/include/usb/usbus.h @@ -22,7 +22,6 @@ * @author Koen Zandberg */ - #include #include diff --git a/sys/include/usb/usbus/cdc/acm.h b/sys/include/usb/usbus/cdc/acm.h index de3c1aea18a2..c558fecf5460 100644 --- a/sys/include/usb/usbus/cdc/acm.h +++ b/sys/include/usb/usbus/cdc/acm.h @@ -40,7 +40,6 @@ * @author Koen Zandberg */ - #include #include "usb/cdc.h" #include "usb/usbus.h" diff --git a/sys/include/usb/usbus/cdc/ecm.h b/sys/include/usb/usbus/cdc/ecm.h index f4f274678a3a..9a6eb115fd8e 100644 --- a/sys/include/usb/usbus/cdc/ecm.h +++ b/sys/include/usb/usbus/cdc/ecm.h @@ -21,7 +21,6 @@ * @author Koen Zandberg */ - #include #include #include "net/ethernet.h" diff --git a/sys/include/usb/usbus/control.h b/sys/include/usb/usbus/control.h index 65b4af53ad8f..e53610d43594 100644 --- a/sys/include/usb/usbus/control.h +++ b/sys/include/usb/usbus/control.h @@ -20,7 +20,6 @@ * @author Koen Zandberg */ - /** * @brief Number of IN EPs required for the control interface */ diff --git a/sys/include/usb/usbus/dfu.h b/sys/include/usb/usbus/dfu.h index ff248fe3b15b..138fba920f0a 100644 --- a/sys/include/usb/usbus/dfu.h +++ b/sys/include/usb/usbus/dfu.h @@ -18,7 +18,6 @@ * @author Dylan Laduranty */ - #include "usb/dfu.h" #include "riotboot/flashwrite.h" diff --git a/sys/include/usb/usbus/fmt.h b/sys/include/usb/usbus/fmt.h index d47f18633f7d..f881c5107f00 100644 --- a/sys/include/usb/usbus/fmt.h +++ b/sys/include/usb/usbus/fmt.h @@ -20,7 +20,6 @@ * @author Koen Zandberg */ - #include #include #include "usb/usbus.h" diff --git a/sys/include/usb/usbus/hid.h b/sys/include/usb/usbus/hid.h index 93f2e85134a3..a0725af52a8d 100644 --- a/sys/include/usb/usbus/hid.h +++ b/sys/include/usb/usbus/hid.h @@ -26,7 +26,6 @@ * @author Nils Ollrogge */ - #include #include "usb/usbus.h" diff --git a/sys/include/usb/usbus/hid_io.h b/sys/include/usb/usbus/hid_io.h index fa4b33ebb402..42d784f03eef 100644 --- a/sys/include/usb/usbus/hid_io.h +++ b/sys/include/usb/usbus/hid_io.h @@ -21,7 +21,6 @@ * @author Nils Ollrogge */ - #include #include diff --git a/sys/include/usb/usbus/msc.h b/sys/include/usb/usbus/msc.h index 21e7ce9dced1..9b8e5ab5daa1 100644 --- a/sys/include/usb/usbus/msc.h +++ b/sys/include/usb/usbus/msc.h @@ -21,7 +21,6 @@ * @author Dylan Laduranty */ - #include #include "usb/usbus.h" #include "usb/usbus/msc/scsi.h" diff --git a/sys/include/usb/usbus/msc/scsi.h b/sys/include/usb/usbus/msc/scsi.h index 33d0f31145be..253d16af38c2 100644 --- a/sys/include/usb/usbus/msc/scsi.h +++ b/sys/include/usb/usbus/msc/scsi.h @@ -19,7 +19,6 @@ * @author Dylan Laduranty */ - #include "byteorder.h" #ifdef __cplusplus diff --git a/sys/include/usb_board_reset.h b/sys/include/usb_board_reset.h index cf9c4898190e..1f2aca29b510 100644 --- a/sys/include/usb_board_reset.h +++ b/sys/include/usb_board_reset.h @@ -19,7 +19,6 @@ * @author Alexandre Abadie */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/usb_board_reset_internal.h b/sys/include/usb_board_reset_internal.h index e90d482eeb04..d3bb163b7661 100644 --- a/sys/include/usb_board_reset_internal.h +++ b/sys/include/usb_board_reset_internal.h @@ -19,7 +19,6 @@ * @author Alexandre Abadie */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/include/utlist.h b/sys/include/utlist.h index c76811a82c00..a38653f5bcbe 100644 --- a/sys/include/utlist.h +++ b/sys/include/utlist.h @@ -36,7 +36,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * http://troydhanson.github.io/uthash/utlist.html */ - /** @brief Version number */ #define UTLIST_VERSION 1.9.9 #include diff --git a/sys/include/uuid.h b/sys/include/uuid.h index 2ae25ae337c6..c81accc2b347 100644 --- a/sys/include/uuid.h +++ b/sys/include/uuid.h @@ -25,7 +25,6 @@ * @author Koen Zandberg */ - #include #include #include diff --git a/sys/include/vfs.h b/sys/include/vfs.h index 6562a218225f..51f3a31c0341 100644 --- a/sys/include/vfs.h +++ b/sys/include/vfs.h @@ -52,7 +52,6 @@ * @author Joakim Nohlgård */ - #include #include /* for struct stat */ #include /* for off_t etc. */ @@ -1210,5 +1209,4 @@ int vfs_sysop_stat_from_fstat(vfs_mount_t *mountp, } #endif - /** @} */ diff --git a/sys/include/vfs_default.h b/sys/include/vfs_default.h index fdff8ce5ac1d..d60e3753318a 100644 --- a/sys/include/vfs_default.h +++ b/sys/include/vfs_default.h @@ -19,7 +19,6 @@ * @author Benjamin Valentin */ - #include "board.h" #include "modules.h" #if IS_USED(MODULE_VFS) || DOXYGEN @@ -83,5 +82,4 @@ extern "C" { } #endif - /** @} */ diff --git a/sys/include/vfs_util.h b/sys/include/vfs_util.h index 85df96ddff02..17b43f5fdf63 100644 --- a/sys/include/vfs_util.h +++ b/sys/include/vfs_util.h @@ -19,7 +19,6 @@ * @author Benjamin Valentin */ - #include #include diff --git a/sys/include/volatile_utils.h b/sys/include/volatile_utils.h index 6e27c370c703..a844c10a90d4 100644 --- a/sys/include/volatile_utils.h +++ b/sys/include/volatile_utils.h @@ -27,7 +27,6 @@ * @warning In most cases using this over @ref sys_atomic_utils is a bug! */ - #include #ifdef __cplusplus diff --git a/sys/include/xtimer/tick_conversion.h b/sys/include/xtimer/tick_conversion.h index 08604773e216..eaa88cb798af 100644 --- a/sys/include/xtimer/tick_conversion.h +++ b/sys/include/xtimer/tick_conversion.h @@ -17,7 +17,6 @@ * @author Joakim Nohlgård */ - #ifndef XTIMER_H #error "Do not include this file directly! Use xtimer.h instead" #endif diff --git a/sys/include/zptr.h b/sys/include/zptr.h index b32720440d05..464c3d4b9853 100644 --- a/sys/include/zptr.h +++ b/sys/include/zptr.h @@ -56,7 +56,6 @@ * @author Kaspar Schleiser */ - #include #include #include diff --git a/sys/include/ztimer.h b/sys/include/ztimer.h index fbf7386e55c8..472e029f91e8 100644 --- a/sys/include/ztimer.h +++ b/sys/include/ztimer.h @@ -262,7 +262,6 @@ * @author Joakim Nohlgård */ - #include #include "mbox.h" diff --git a/sys/include/ztimer/config.h b/sys/include/ztimer/config.h index c80e4007667d..6b41f6798032 100644 --- a/sys/include/ztimer/config.h +++ b/sys/include/ztimer/config.h @@ -19,7 +19,6 @@ * @author Kaspar Schleiser */ - #include "board.h" #include "periph_conf.h" diff --git a/sys/include/ztimer/convert.h b/sys/include/ztimer/convert.h index 9ae1f77cf8a2..36fcac89bdf8 100644 --- a/sys/include/ztimer/convert.h +++ b/sys/include/ztimer/convert.h @@ -29,7 +29,6 @@ * @author Kaspar Schleiser */ - #include "ztimer.h" #ifdef __cplusplus diff --git a/sys/include/ztimer/convert_muldiv64.h b/sys/include/ztimer/convert_muldiv64.h index 47ff1e2af3e5..1d7958aad609 100644 --- a/sys/include/ztimer/convert_muldiv64.h +++ b/sys/include/ztimer/convert_muldiv64.h @@ -48,7 +48,6 @@ * @author Kaspar Schleiser */ - #include "ztimer.h" #include "ztimer/convert.h" diff --git a/sys/include/ztimer/mock.h b/sys/include/ztimer/mock.h index 6a7a296cd7ff..b7eea964c261 100644 --- a/sys/include/ztimer/mock.h +++ b/sys/include/ztimer/mock.h @@ -26,7 +26,6 @@ * @author Kaspar Schleiser */ - #include #include "ztimer.h" diff --git a/sys/include/ztimer/overhead.h b/sys/include/ztimer/overhead.h index f66a155085cb..8a4f86722557 100644 --- a/sys/include/ztimer/overhead.h +++ b/sys/include/ztimer/overhead.h @@ -23,7 +23,6 @@ * @author Kaspar Schleiser */ - #include "ztimer.h" #ifdef __cplusplus diff --git a/sys/include/ztimer/periodic.h b/sys/include/ztimer/periodic.h index ea67055754da..00a21ecdf02e 100644 --- a/sys/include/ztimer/periodic.h +++ b/sys/include/ztimer/periodic.h @@ -69,7 +69,6 @@ * @author Kaspar Schleiser */ - #include #include diff --git a/sys/include/ztimer/periph_ptp.h b/sys/include/ztimer/periph_ptp.h index 14ade127d018..b78b4387ad0f 100644 --- a/sys/include/ztimer/periph_ptp.h +++ b/sys/include/ztimer/periph_ptp.h @@ -24,7 +24,6 @@ * @author Jana Eisoldt */ - #include "ztimer.h" #ifdef __cplusplus diff --git a/sys/include/ztimer/periph_rtc.h b/sys/include/ztimer/periph_rtc.h index e17b0ac1653a..0b7a3dadc0f8 100644 --- a/sys/include/ztimer/periph_rtc.h +++ b/sys/include/ztimer/periph_rtc.h @@ -23,7 +23,6 @@ * @author Kaspar Schleiser */ - #include "ztimer.h" #ifdef __cplusplus diff --git a/sys/include/ztimer/periph_rtt.h b/sys/include/ztimer/periph_rtt.h index 9e00f0460b4b..b4c170611e8e 100644 --- a/sys/include/ztimer/periph_rtt.h +++ b/sys/include/ztimer/periph_rtt.h @@ -23,7 +23,6 @@ * @author Kaspar Schleiser */ - #include "ztimer.h" #ifdef __cplusplus diff --git a/sys/include/ztimer/periph_timer.h b/sys/include/ztimer/periph_timer.h index b9625e0ca566..8905f8f502db 100644 --- a/sys/include/ztimer/periph_timer.h +++ b/sys/include/ztimer/periph_timer.h @@ -26,7 +26,6 @@ * @author Kaspar Schleiser */ - #include "ztimer.h" #include "periph/timer.h" diff --git a/sys/include/ztimer64.h b/sys/include/ztimer64.h index eeba2e12c4fa..08930312318e 100644 --- a/sys/include/ztimer64.h +++ b/sys/include/ztimer64.h @@ -63,7 +63,6 @@ * @author Kaspar Schleiser */ - #include #include "irq.h" diff --git a/sys/log_color/include/log_module.h b/sys/log_color/include/log_module.h index a10c023e1470..6feaf526c376 100644 --- a/sys/log_color/include/log_module.h +++ b/sys/log_color/include/log_module.h @@ -20,7 +20,6 @@ * @author Alexandre Abadie */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/log_printfnoformat/include/log_module.h b/sys/log_printfnoformat/include/log_module.h index 0801bd465925..f1b2cb803afd 100644 --- a/sys/log_printfnoformat/include/log_module.h +++ b/sys/log_printfnoformat/include/log_module.h @@ -23,7 +23,6 @@ * @author Kaspar Schleiser */ - #include #ifdef __cplusplus diff --git a/sys/net/application_layer/emcute/emcute_internal.h b/sys/net/application_layer/emcute/emcute_internal.h index b35ed476238b..ac54a4ee0613 100644 --- a/sys/net/application_layer/emcute/emcute_internal.h +++ b/sys/net/application_layer/emcute/emcute_internal.h @@ -18,7 +18,6 @@ * @author Hauke Petersen */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/net/application_layer/gcoap/forward_proxy.c b/sys/net/application_layer/gcoap/forward_proxy.c index afe811f6c6ec..b49dd56f9d67 100644 --- a/sys/net/application_layer/gcoap/forward_proxy.c +++ b/sys/net/application_layer/gcoap/forward_proxy.c @@ -87,7 +87,6 @@ static void _cep_set_timeout(client_ep_t *cep, ztimer_t *timer, uint32_t timeout ztimer_set(ZTIMER_MSEC, timer, timeout_ms); } - void gcoap_forward_proxy_init(void) { gcoap_register_listener(&forward_proxy_listener); diff --git a/sys/net/application_layer/gcoap/include/forward_proxy_internal.h b/sys/net/application_layer/gcoap/include/forward_proxy_internal.h index 891dceba4bc3..9798e277ff8d 100644 --- a/sys/net/application_layer/gcoap/include/forward_proxy_internal.h +++ b/sys/net/application_layer/gcoap/include/forward_proxy_internal.h @@ -21,7 +21,6 @@ * @author Mariem Charrada */ - #include #include "net/coap.h" #include "net/gcoap.h" diff --git a/sys/net/gnrc/link_layer/gomach/include/gomach_internal.h b/sys/net/gnrc/link_layer/gomach/include/gomach_internal.h index 5a746efb6585..928cb8330caf 100644 --- a/sys/net/gnrc/link_layer/gomach/include/gomach_internal.h +++ b/sys/net/gnrc/link_layer/gomach/include/gomach_internal.h @@ -18,7 +18,6 @@ * @author Shuguo Zhuo */ - #include #include "periph/rtt.h" diff --git a/sys/net/gnrc/link_layer/lwmac/include/lwmac_internal.h b/sys/net/gnrc/link_layer/lwmac/include/lwmac_internal.h index fe7ba8f3922f..b5b037b9628b 100644 --- a/sys/net/gnrc/link_layer/lwmac/include/lwmac_internal.h +++ b/sys/net/gnrc/link_layer/lwmac/include/lwmac_internal.h @@ -20,7 +20,6 @@ * @author Shuguo Zhuo */ - #include #include "periph/rtt.h" diff --git a/sys/net/gnrc/link_layer/lwmac/include/rx_state_machine.h b/sys/net/gnrc/link_layer/lwmac/include/rx_state_machine.h index e04c7fa17b83..d587c9e6cba2 100644 --- a/sys/net/gnrc/link_layer/lwmac/include/rx_state_machine.h +++ b/sys/net/gnrc/link_layer/lwmac/include/rx_state_machine.h @@ -21,7 +21,6 @@ * @} */ - #include "net/gnrc/pkt.h" #include "net/gnrc/netif.h" diff --git a/sys/net/gnrc/link_layer/lwmac/include/tx_state_machine.h b/sys/net/gnrc/link_layer/lwmac/include/tx_state_machine.h index 4b2f0b45240e..1567e435bec4 100644 --- a/sys/net/gnrc/link_layer/lwmac/include/tx_state_machine.h +++ b/sys/net/gnrc/link_layer/lwmac/include/tx_state_machine.h @@ -21,7 +21,6 @@ * @} */ - #include "net/gnrc/pkt.h" #include "net/gnrc/netif.h" #include "net/gnrc/mac/types.h" diff --git a/sys/net/gnrc/netif/init_devs/auto_init_mrf24j40.c b/sys/net/gnrc/netif/init_devs/auto_init_mrf24j40.c index 862130fc470f..f5db4ca8fee7 100644 --- a/sys/net/gnrc/netif/init_devs/auto_init_mrf24j40.c +++ b/sys/net/gnrc/netif/init_devs/auto_init_mrf24j40.c @@ -57,7 +57,6 @@ void auto_init_mrf24j40(void) mrf24j40_init(&mrf24j40_devs[i], (mrf24j40_params_t*) p,&mrf24j40_netdev[i].submac.dev, bhp_event_isr_cb, &mrf24j40_bhp[i]); - netdev_register(&mrf24j40_netdev[i].dev.netdev, NETDEV_MRF24J40, i); netdev_ieee802154_submac_init(&mrf24j40_netdev[i]); diff --git a/sys/net/gnrc/netif/init_devs/include/init_devs.h b/sys/net/gnrc/netif/init_devs/include/init_devs.h index c2ddcacc6444..0b4e44c45c8c 100644 --- a/sys/net/gnrc/netif/init_devs/include/init_devs.h +++ b/sys/net/gnrc/netif/init_devs/include/init_devs.h @@ -18,7 +18,6 @@ * @author Fabian Hüßler */ - #include "thread.h" #include "msg.h" #include "net/gnrc/netif/conf.h" /* <- GNRC_NETIF_MSG_QUEUE_SIZE */ diff --git a/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/globals.h b/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/globals.h index d92c8165b58b..a9c6c8188926 100644 --- a/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/globals.h +++ b/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/globals.h @@ -18,7 +18,6 @@ * @author Cenk Gündoğan */ - #include "evtimer.h" #ifdef __cplusplus diff --git a/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/netstats.h b/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/netstats.h index a29f3fb7aea1..69965ea2f55e 100644 --- a/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/netstats.h +++ b/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/netstats.h @@ -18,7 +18,6 @@ * @author Cenk Gündoğan */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/validation.h b/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/validation.h index 5857b02dd19f..127e30104dbf 100644 --- a/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/validation.h +++ b/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/validation.h @@ -18,7 +18,6 @@ * @author Cenk Gündoğan */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/net/gnrc/routing/rpl/of0.h b/sys/net/gnrc/routing/rpl/of0.h index 55bcece866ea..8be669e5bb0e 100644 --- a/sys/net/gnrc/routing/rpl/of0.h +++ b/sys/net/gnrc/routing/rpl/of0.h @@ -19,7 +19,6 @@ * @author Eric Engel */ - #include "net/gnrc/rpl/structs.h" #ifdef __cplusplus diff --git a/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_common.h b/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_common.h index 2539939f98d3..3ebb6ac80658 100644 --- a/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_common.h +++ b/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_common.h @@ -19,7 +19,6 @@ * @author Simon Brummer */ - #include #include "thread.h" #include "mutex.h" diff --git a/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_eventloop.h b/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_eventloop.h index 46c671b0866e..b3262d6f1ce6 100644 --- a/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_eventloop.h +++ b/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_eventloop.h @@ -19,7 +19,6 @@ * @author Simon Brummer */ - #include #include "evtimer_msg.h" diff --git a/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_fsm.h b/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_fsm.h index 6cd35733e40b..92aea0559204 100644 --- a/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_fsm.h +++ b/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_fsm.h @@ -19,7 +19,6 @@ * @author Simon Brummer */ - #include #include "mbox.h" #include "net/gnrc.h" diff --git a/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_option.h b/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_option.h index 1fb98a46e3cb..f79e37ee567f 100644 --- a/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_option.h +++ b/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_option.h @@ -19,7 +19,6 @@ * @author Simon Brummer */ - #include #include "assert.h" #include "net/tcp.h" diff --git a/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_pkt.h b/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_pkt.h index c7f2f6261d01..86248b7c70a5 100644 --- a/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_pkt.h +++ b/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_pkt.h @@ -19,7 +19,6 @@ * @author Simon Brummer */ - #include #include "net/gnrc.h" #include "net/gnrc/tcp/tcb.h" diff --git a/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_rcvbuf.h b/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_rcvbuf.h index 9d8442720bdb..a3c07d85ddf8 100644 --- a/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_rcvbuf.h +++ b/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_rcvbuf.h @@ -19,7 +19,6 @@ * @author Simon Brummer */ - #include "net/gnrc/tcp/tcb.h" #ifdef __cplusplus diff --git a/sys/oneway-malloc/include/malloc.h b/sys/oneway-malloc/include/malloc.h index 94d3ffdcd209..3947da304dce 100644 --- a/sys/oneway-malloc/include/malloc.h +++ b/sys/oneway-malloc/include/malloc.h @@ -31,7 +31,6 @@ * @author René Kijewski */ - #include #ifdef __cplusplus @@ -79,7 +78,6 @@ void free(void *ptr); } #endif - /** * @} */ diff --git a/sys/posix/include/fcntl.h b/sys/posix/include/fcntl.h index bfe6356fc910..1909279cce40 100644 --- a/sys/posix/include/fcntl.h +++ b/sys/posix/include/fcntl.h @@ -18,7 +18,6 @@ * @{ */ - #ifndef DOXYGEN #if defined(CPU_NATIVE) || MODULE_NEWLIB || MODULE_PICOLIBC /* If building on native or newlib we need to use the system header instead */ diff --git a/sys/posix/include/semaphore.h b/sys/posix/include/semaphore.h index d30469e00ad2..317a65774254 100644 --- a/sys/posix/include/semaphore.h +++ b/sys/posix/include/semaphore.h @@ -24,7 +24,6 @@ * @author Víctor Ariño */ - #include #include diff --git a/sys/posix/include/sys/select.h b/sys/posix/include/sys/select.h index a9661cef524e..53ac0a190601 100644 --- a/sys/posix/include/sys/select.h +++ b/sys/posix/include/sys/select.h @@ -28,7 +28,6 @@ * ](https://pubs.opengroup.org/onlinepubs/9699919799.2018edition/basedefs/sys_select.h) */ - #ifdef CPU_NATIVE /* On native, system headers may depend on system's . Hence, * include the real sys/select.h here. */ diff --git a/sys/posix/include/sys/statvfs.h b/sys/posix/include/sys/statvfs.h index e7d869cf91fa..f6aabd54ebc2 100644 --- a/sys/posix/include/sys/statvfs.h +++ b/sys/posix/include/sys/statvfs.h @@ -70,7 +70,6 @@ enum { } #endif - #endif /* CPU_NATIVE */ /** @} */ diff --git a/sys/posix/pthread/include/pthread.h b/sys/posix/pthread/include/pthread.h index f4540c64be8a..b4603f15bd59 100644 --- a/sys/posix/pthread/include/pthread.h +++ b/sys/posix/pthread/include/pthread.h @@ -19,7 +19,6 @@ * @see [The Open Group Base Specifications Issue 7: pthread.h - threads](http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html) */ - #include /** @@ -58,7 +57,6 @@ extern "C" { } #endif - /** * @} */ diff --git a/sys/posix/pthread/include/pthread_barrier.h b/sys/posix/pthread/include/pthread_barrier.h index e66120d429ca..cf488be93b94 100644 --- a/sys/posix/pthread/include/pthread_barrier.h +++ b/sys/posix/pthread/include/pthread_barrier.h @@ -16,7 +16,6 @@ * @note Do not include this header file directly, but pthread.h. */ - #include "mutex.h" #ifdef __cplusplus @@ -136,7 +135,6 @@ int pthread_barrierattr_setpshared(pthread_barrierattr_t *attr, int pshared); } #endif - /** * @} */ diff --git a/sys/posix/pthread/include/pthread_cancellation.h b/sys/posix/pthread/include/pthread_cancellation.h index 2e551b8ecc00..50e411d5c714 100644 --- a/sys/posix/pthread/include/pthread_cancellation.h +++ b/sys/posix/pthread/include/pthread_cancellation.h @@ -17,7 +17,6 @@ * @note Do not include this header file directly, but pthread.h. */ - #ifdef __cplusplus extern "C" { #endif @@ -69,7 +68,6 @@ void pthread_testcancel(void); } #endif - /** * @} */ diff --git a/sys/posix/pthread/include/pthread_cleanup.h b/sys/posix/pthread/include/pthread_cleanup.h index 36828fd4bae4..05756ad1f669 100644 --- a/sys/posix/pthread/include/pthread_cleanup.h +++ b/sys/posix/pthread/include/pthread_cleanup.h @@ -16,7 +16,6 @@ * @note Do not include this header file directly, but pthread.h. */ - #ifdef __cplusplus extern "C" { #endif @@ -95,7 +94,6 @@ void __pthread_cleanup_pop(__pthread_cleanup_datum_t *datum, int execute); } #endif - /** * @} */ diff --git a/sys/posix/pthread/include/pthread_cond.h b/sys/posix/pthread/include/pthread_cond.h index 1096082ab4f8..ec3377a77ef2 100644 --- a/sys/posix/pthread/include/pthread_cond.h +++ b/sys/posix/pthread/include/pthread_cond.h @@ -16,7 +16,6 @@ * @author Martin Landsmann */ - #include #include "mutex.h" #include "priority_queue.h" @@ -147,7 +146,6 @@ int pthread_cond_broadcast(pthread_cond_t *cond); } #endif - /** * @} */ diff --git a/sys/posix/pthread/include/pthread_mutex.h b/sys/posix/pthread/include/pthread_mutex.h index 2126c57df9b0..3d64dd959091 100644 --- a/sys/posix/pthread/include/pthread_mutex.h +++ b/sys/posix/pthread/include/pthread_mutex.h @@ -16,7 +16,6 @@ * @note Do not include this header file directly, but pthread.h. */ - #include #include "mutex.h" @@ -112,7 +111,6 @@ int pthread_mutex_setprioceiling(pthread_mutex_t *mutex, int prioceiling, int *o } #endif - /** * @} */ diff --git a/sys/posix/pthread/include/pthread_mutex_attr.h b/sys/posix/pthread/include/pthread_mutex_attr.h index 7db54614b1cd..6a6ebf07050a 100644 --- a/sys/posix/pthread/include/pthread_mutex_attr.h +++ b/sys/posix/pthread/include/pthread_mutex_attr.h @@ -16,7 +16,6 @@ * @note Do not include this header file directly, but pthread.h. */ - #include #ifdef __cplusplus @@ -215,7 +214,6 @@ int pthread_mutexattr_setrobust(pthread_mutexattr_t *attr, int robustness); } #endif - /** * @} */ diff --git a/sys/posix/pthread/include/pthread_once.h b/sys/posix/pthread/include/pthread_once.h index ef6565cb7d34..ed72653c6154 100644 --- a/sys/posix/pthread/include/pthread_once.h +++ b/sys/posix/pthread/include/pthread_once.h @@ -16,7 +16,6 @@ * @note Do not include this header file directly, but pthread.h. */ - #ifdef __cplusplus extern "C" { #endif @@ -54,7 +53,6 @@ int pthread_once(pthread_once_t *once_control, void (*init_routine)(void)); } #endif - /** * @} */ diff --git a/sys/posix/pthread/include/pthread_rwlock.h b/sys/posix/pthread/include/pthread_rwlock.h index 302909db56ac..9230423d0125 100644 --- a/sys/posix/pthread/include/pthread_rwlock.h +++ b/sys/posix/pthread/include/pthread_rwlock.h @@ -16,7 +16,6 @@ * @note Do not include this header file directly, but pthread.h. */ - #include "priority_queue.h" #include "thread.h" @@ -176,7 +175,6 @@ bool __pthread_rwlock_blocked_writingly(const pthread_rwlock_t *rwlock); } #endif - /** * @} */ diff --git a/sys/posix/pthread/include/pthread_rwlock_attr.h b/sys/posix/pthread/include/pthread_rwlock_attr.h index 1a0bfdc50613..72f8fbf96857 100644 --- a/sys/posix/pthread/include/pthread_rwlock_attr.h +++ b/sys/posix/pthread/include/pthread_rwlock_attr.h @@ -16,7 +16,6 @@ * @note Do not include this header file directly, but pthread.h. */ - #include #ifdef __cplusplus @@ -80,7 +79,6 @@ int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int pshared); } #endif - /** * @} */ diff --git a/sys/posix/pthread/include/pthread_scheduling.h b/sys/posix/pthread/include/pthread_scheduling.h index 319f8353bf78..7388f2a38a7d 100644 --- a/sys/posix/pthread/include/pthread_scheduling.h +++ b/sys/posix/pthread/include/pthread_scheduling.h @@ -17,7 +17,6 @@ * @note Do not include this header file directly, but pthread.h. */ - #ifdef __cplusplus extern "C" { #endif @@ -55,7 +54,6 @@ int pthread_setschedprio(pthread_t target_thread, int prio); } #endif - /** * @} */ diff --git a/sys/posix/pthread/include/pthread_spin.h b/sys/posix/pthread/include/pthread_spin.h index 16b23fee2048..3b79d51a79ed 100644 --- a/sys/posix/pthread/include/pthread_spin.h +++ b/sys/posix/pthread/include/pthread_spin.h @@ -19,7 +19,6 @@ * Use irq_disable() and irq_restore() for shortterm locks instead. */ - #ifdef __cplusplus #include using std::atomic_flag; @@ -96,7 +95,6 @@ int pthread_spin_unlock(pthread_spinlock_t *lock); } #endif - /** * @} */ diff --git a/sys/posix/pthread/include/pthread_threading.h b/sys/posix/pthread/include/pthread_threading.h index 0328aefa25e0..76cdde4b9295 100644 --- a/sys/posix/pthread/include/pthread_threading.h +++ b/sys/posix/pthread/include/pthread_threading.h @@ -16,7 +16,6 @@ * @note Do not include this header file directly, but pthread.h. */ - #include "kernel_defines.h" #ifdef __cplusplus @@ -106,7 +105,6 @@ static inline int pthread_equal(pthread_t thread1, pthread_t thread2) } #endif - /** * @} */ diff --git a/sys/posix/pthread/include/pthread_threading_attr.h b/sys/posix/pthread/include/pthread_threading_attr.h index 86c1a1326090..dff41537e701 100644 --- a/sys/posix/pthread/include/pthread_threading_attr.h +++ b/sys/posix/pthread/include/pthread_threading_attr.h @@ -16,7 +16,6 @@ * @note Do not include this header file directly, but pthread.h. */ - #ifdef __cplusplus extern "C" { #endif @@ -233,7 +232,6 @@ int pthread_attr_setstack(pthread_attr_t *attr, void *stackaddr, size_t stacksiz } #endif - /** * @} */ diff --git a/sys/posix/pthread/include/pthread_tls.h b/sys/posix/pthread/include/pthread_tls.h index cf2387ad9b97..5c424c92c60a 100644 --- a/sys/posix/pthread/include/pthread_tls.h +++ b/sys/posix/pthread/include/pthread_tls.h @@ -17,7 +17,6 @@ * @author René Kijewski */ - #ifdef __cplusplus extern "C" { #endif @@ -87,7 +86,6 @@ struct __pthread_tls_datum **__pthread_get_tls_head(int self_id) PURE; } #endif - /** * @} */ diff --git a/sys/psa_crypto/include/psa_ciphers.h b/sys/psa_crypto/include/psa_ciphers.h index 2e3f277b8671..cd74fd8af9e7 100644 --- a/sys/psa_crypto/include/psa_ciphers.h +++ b/sys/psa_crypto/include/psa_ciphers.h @@ -19,7 +19,6 @@ * @author Lena Boeckmann */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/psa_crypto/include/psa_crypto_algorithm_dispatch.h b/sys/psa_crypto/include/psa_crypto_algorithm_dispatch.h index 6ae3a8f31461..3fd441e4ee29 100644 --- a/sys/psa_crypto/include/psa_crypto_algorithm_dispatch.h +++ b/sys/psa_crypto/include/psa_crypto_algorithm_dispatch.h @@ -19,7 +19,6 @@ * @author Lena Boeckmann */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/psa_crypto/include/psa_crypto_cbor_encoder.h b/sys/psa_crypto/include/psa_crypto_cbor_encoder.h index 7fd03a38e58f..6c681b53e5eb 100644 --- a/sys/psa_crypto/include/psa_crypto_cbor_encoder.h +++ b/sys/psa_crypto/include/psa_crypto_cbor_encoder.h @@ -20,7 +20,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/psa_crypto/include/psa_crypto_location_dispatch.h b/sys/psa_crypto/include/psa_crypto_location_dispatch.h index 7d0e922288ed..f400640cab43 100644 --- a/sys/psa_crypto/include/psa_crypto_location_dispatch.h +++ b/sys/psa_crypto/include/psa_crypto_location_dispatch.h @@ -19,7 +19,6 @@ * @author Lena Boeckmann */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/psa_crypto/include/psa_crypto_operation_encoder.h b/sys/psa_crypto/include/psa_crypto_operation_encoder.h index e0a593ac739f..44306ed18132 100644 --- a/sys/psa_crypto/include/psa_crypto_operation_encoder.h +++ b/sys/psa_crypto/include/psa_crypto_operation_encoder.h @@ -23,7 +23,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/psa_crypto/include/psa_crypto_persistent_storage.h b/sys/psa_crypto/include/psa_crypto_persistent_storage.h index 8ae7b7f8236d..abfbd351dac0 100644 --- a/sys/psa_crypto/include/psa_crypto_persistent_storage.h +++ b/sys/psa_crypto/include/psa_crypto_persistent_storage.h @@ -20,7 +20,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/psa_crypto/include/psa_crypto_se_driver.h b/sys/psa_crypto/include/psa_crypto_se_driver.h index c0828e14aac2..e9d056c11d68 100644 --- a/sys/psa_crypto/include/psa_crypto_se_driver.h +++ b/sys/psa_crypto/include/psa_crypto_se_driver.h @@ -38,7 +38,6 @@ * authors implement, are not intended to be called by application developers. */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/psa_crypto/include/psa_crypto_se_management.h b/sys/psa_crypto/include/psa_crypto_se_management.h index b5d5f3dd2067..4ba8897f361c 100644 --- a/sys/psa_crypto/include/psa_crypto_se_management.h +++ b/sys/psa_crypto/include/psa_crypto_se_management.h @@ -20,7 +20,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/psa_crypto/include/psa_crypto_slot_management.h b/sys/psa_crypto/include/psa_crypto_slot_management.h index 9c60c7f30c68..cccb0033c5fc 100644 --- a/sys/psa_crypto/include/psa_crypto_slot_management.h +++ b/sys/psa_crypto/include/psa_crypto_slot_management.h @@ -20,7 +20,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/psa_crypto/include/psa_ecc.h b/sys/psa_crypto/include/psa_ecc.h index 5f3e4ff3e680..635482a3d555 100644 --- a/sys/psa_crypto/include/psa_ecc.h +++ b/sys/psa_crypto/include/psa_ecc.h @@ -19,7 +19,6 @@ * @author Lena Boeckmann */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/psa_crypto/include/psa_hashes.h b/sys/psa_crypto/include/psa_hashes.h index fbd167b46dac..70bb9c9ff841 100644 --- a/sys/psa_crypto/include/psa_hashes.h +++ b/sys/psa_crypto/include/psa_hashes.h @@ -19,7 +19,6 @@ * @author Lena Boeckmann */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/psa_crypto/include/psa_mac.h b/sys/psa_crypto/include/psa_mac.h index 3859eb9bfb9c..962ef6926554 100644 --- a/sys/psa_crypto/include/psa_mac.h +++ b/sys/psa_crypto/include/psa_mac.h @@ -20,7 +20,6 @@ * */ - #ifdef __cplusplus extern "C" { #endif diff --git a/sys/senml/phydat.c b/sys/senml/phydat.c index d08a93a96bb0..a8265b7a8950 100644 --- a/sys/senml/phydat.c +++ b/sys/senml/phydat.c @@ -12,8 +12,6 @@ #include "senml.h" #include "senml/phydat.h" - - static uint8_t phydat_unit_to_senml_unit(uint8_t unit) { switch (unit) { diff --git a/sys/shell/cmds/cord_ep.c b/sys/shell/cmds/cord_ep.c index 7ddcb973e755..d90b346104ff 100644 --- a/sys/shell/cmds/cord_ep.c +++ b/sys/shell/cmds/cord_ep.c @@ -29,7 +29,6 @@ #include "uri_parser.h" #include "shell.h" - static int _make_sock_ep(sock_udp_ep_t *ep, const char *addr) { ep->port = 0; diff --git a/sys/test_utils/netdev_eth_minimal/netdev_eth_minimal_internal.h b/sys/test_utils/netdev_eth_minimal/netdev_eth_minimal_internal.h index 57e931b27c91..1506c4fcae03 100644 --- a/sys/test_utils/netdev_eth_minimal/netdev_eth_minimal_internal.h +++ b/sys/test_utils/netdev_eth_minimal/netdev_eth_minimal_internal.h @@ -18,7 +18,6 @@ * @author Leandro Lanzieri */ - #include "net/netdev.h" #include "event.h" #include "init_dev.h" diff --git a/sys/test_utils/netdev_ieee802154_minimal/netdev_ieee802154_minimal_internal.h b/sys/test_utils/netdev_ieee802154_minimal/netdev_ieee802154_minimal_internal.h index 3930aa851726..183f50cb2d5a 100644 --- a/sys/test_utils/netdev_ieee802154_minimal/netdev_ieee802154_minimal_internal.h +++ b/sys/test_utils/netdev_ieee802154_minimal/netdev_ieee802154_minimal_internal.h @@ -18,7 +18,6 @@ * @author Leandro Lanzieri */ - #include "net/netdev.h" #include "event.h" #include "init_dev.h" @@ -42,5 +41,4 @@ extern device_reg_entry_t _devices[NETDEV_IEEE802154_MINIMAL_NUMOF]; } #endif - /** @} */ diff --git a/tests/drivers/dose/main.c b/tests/drivers/dose/main.c index 009f1882c548..2b399b78da06 100644 --- a/tests/drivers/dose/main.c +++ b/tests/drivers/dose/main.c @@ -47,7 +47,6 @@ int netdev_eth_minimal_init_devs(netdev_event_cb_t cb) { return 0; } - int main(void) { puts("Test application for DOSE driver"); diff --git a/tests/drivers/epd_bw_spi_disp_dev/main.c b/tests/drivers/epd_bw_spi_disp_dev/main.c index db3f2003c893..15e5c1fa359e 100644 --- a/tests/drivers/epd_bw_spi_disp_dev/main.c +++ b/tests/drivers/epd_bw_spi_disp_dev/main.c @@ -17,7 +17,6 @@ * @} */ - #include #include #include diff --git a/tests/drivers/hm330x/main.c b/tests/drivers/hm330x/main.c index 59a1e8764a48..782c34053eda 100644 --- a/tests/drivers/hm330x/main.c +++ b/tests/drivers/hm330x/main.c @@ -40,7 +40,6 @@ int main(void) return 1; } - #if IS_USED(MODULE_HM3302) print_str( "+------------------------+------------------------+----------------------------------------------+\n" diff --git a/tests/drivers/sx1280/main.c b/tests/drivers/sx1280/main.c index 7b93150a2925..c45148ed4d35 100644 --- a/tests/drivers/sx1280/main.c +++ b/tests/drivers/sx1280/main.c @@ -115,7 +115,6 @@ static void _get_usage(const char *cmd) printf("Usage: %s get \n", cmd); } - static void _usage_freq(void) { printf("Usage: use freq between 2400000000 + (bw/2) and 2500000000 - (bw/2) (Hz) !\n"); @@ -144,7 +143,6 @@ static void _usage_cr(void) LORA_CR_LI_4_8 = 7\n"); } - static int sx1280_get_cmd(netdev_t *netdev, int argc, char **argv) { if (argc == 2) { diff --git a/tests/sys/psa_crypto_hashes/example_hash.c b/tests/sys/psa_crypto_hashes/example_hash.c index b80ab45679c3..318c32183bf4 100644 --- a/tests/sys/psa_crypto_hashes/example_hash.c +++ b/tests/sys/psa_crypto_hashes/example_hash.c @@ -114,7 +114,6 @@ static const uint8_t hash_long_sha512_256[] = { 0x63, 0x52, 0x68, 0x81, 0x4a, 0xce }; - /** * @brief Example function to use different hash algorithms * with the PSA Crypto API. diff --git a/tests/sys/psa_crypto_se_cipher/example_cipher_aes_128.c b/tests/sys/psa_crypto_se_cipher/example_cipher_aes_128.c index 7feedff5ab16..53a6c8ad9f36 100644 --- a/tests/sys/psa_crypto_se_cipher/example_cipher_aes_128.c +++ b/tests/sys/psa_crypto_se_cipher/example_cipher_aes_128.c @@ -65,7 +65,6 @@ psa_status_t example_cipher_aes_128(void) psa_set_key_bits(&attr, 128); psa_set_key_type(&attr, PSA_KEY_TYPE_AES); - psa_key_lifetime_t lifetime = PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION (PSA_KEY_LIFETIME_VOLATILE, PSA_ATCA_LOCATION_DEV0); psa_set_key_lifetime(&attr, lifetime); diff --git a/tests/sys/sched_round_robin/main.c b/tests/sys/sched_round_robin/main.c index 0e2dfbde7d43..a2d094689464 100644 --- a/tests/sys/sched_round_robin/main.c +++ b/tests/sys/sched_round_robin/main.c @@ -22,7 +22,6 @@ static kernel_pid_t main_pid; - void * thread_wakeup_main(void *d) { (void) d; diff --git a/tests/sys/senml_phydat/main.c b/tests/sys/senml_phydat/main.c index e25b54a01a80..985311d9a83f 100644 --- a/tests/sys/senml_phydat/main.c +++ b/tests/sys/senml_phydat/main.c @@ -161,7 +161,6 @@ void test_phydat_to_senml_decimal(void) } } - Test *tests_senml(void) { EMB_UNIT_TESTFIXTURES(fixtures) { diff --git a/tests/sys/trickle/main.c b/tests/sys/trickle/main.c index af4f06220598..e3a13b0bf024 100644 --- a/tests/sys/trickle/main.c +++ b/tests/sys/trickle/main.c @@ -25,7 +25,6 @@ #include "msg.h" #include "ztimer.h" - #define TRICKLE_MSG (0xfeef) #define TR_IMIN (8) #define TR_IDOUBLINGS (20) diff --git a/tests/unittests/tests-hashes/tests-hashes-sha512.c b/tests/unittests/tests-hashes/tests-hashes-sha512.c index f4535eb84935..eb7aed1a0e1d 100644 --- a/tests/unittests/tests-hashes/tests-hashes-sha512.c +++ b/tests/unittests/tests-hashes/tests-hashes-sha512.c @@ -29,7 +29,6 @@ #include "tests-hashes.h" - /** * @brief expected hash for test 01 * i.e. 0f3e840daba378160173034567d6fa7373056634834c7127399871f6175ff9f5c09cb0d1af35679de6b5893ab7c800a46f121821414f4cf11c27e67630e10e99 diff --git a/tests/unittests/tests-nanocoap_cache/tests-nanocoap_cache.c b/tests/unittests/tests-nanocoap_cache/tests-nanocoap_cache.c index c8d96b7c6e2e..a108c00ab9b8 100644 --- a/tests/unittests/tests-nanocoap_cache/tests-nanocoap_cache.c +++ b/tests/unittests/tests-nanocoap_cache/tests-nanocoap_cache.c @@ -102,7 +102,6 @@ static void test_nanocoap_cache__cachekey_blockwise(void) coap_opt_add_block1_control(&pkt1, &blockopt); coap_opt_finish(&pkt1, COAP_OPT_FINISH_NONE); - blockopt.offset = 128; blockopt.blknum = 2; diff --git a/tests/unittests/tests-uri_parser/tests-uri_parser.c b/tests/unittests/tests-uri_parser/tests-uri_parser.c index 4d1ce94e2ce3..32888438c84b 100644 --- a/tests/unittests/tests-uri_parser/tests-uri_parser.c +++ b/tests/unittests/tests-uri_parser/tests-uri_parser.c @@ -490,7 +490,6 @@ static void _result_components_matches_input(void) } } - static void test_uri_parser__unterminated_string(void) { char *failure_msg = @@ -550,7 +549,6 @@ static void test_uri_parser__unterminated_string(void) } } - Test *tests_uri_parser_tests(void) { EMB_UNIT_TESTFIXTURES(fixtures) {