diff --git a/boards/arduino-mega2560/include/board.h b/boards/arduino-mega2560/include/board.h index 55eb1a1d16..f2f78f0056 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 183c17ba30..a8d377daa7 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 713674e63e..e844035dda 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 51aa48561e..20722bcde4 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 599b02ffe2..7810bd1266 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 f29681ab23..d98e2138fa 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 67d218e8d7..1a55f6c000 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 ff7d27fdb6..2b66dff64f 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 83ae5920f8..833cb2525c 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 d512b830ba..d84ea051ea 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 5fe808725f..9727efc22a 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 684363a689..f663d1572b 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 c38f674506..95e7f9dda7 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 5345de0854..d76392888c 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 efba854682..ae19295757 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 2d170201e2..6890dfec92 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 19dd314d9c..bf0c40a01e 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 684363a689..f663d1572b 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 e389906489..2fc3a504ec 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 5e3d2f988e..cec22ceea1 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 c20cc7450e..4023df7af4 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 e2ca8eb6cf..ab652dba58 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 41e8862f3f..8c10dffbc8 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 684363a689..f663d1572b 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 bf7ba15130..7009fb9e33 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 6d26eb8027..38bb96a08f 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 772331f225..977709369f 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 6a569c3134..df3acba678 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 21b6ca7dc4..fc5ec11c48 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 4e536b762a..b1e419953f 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 895eab72bf..09ea10e3fe 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 8bc52d9400..17ba75af7e 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 dcb08769b9..c8b22d949a 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 fb7a2725cd..37beab7453 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 934129c878..44d25ad81e 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 f8f84c4fb4..c2b4bb0ddb 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 73a20867bc..81952f14e9 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 e1eddc56ce..8d0faba47a 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 be590570aa..e8ec1bf1f1 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 140b2d7041..9d62f9cb6b 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 856a5cf0bc..79d526f5a6 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 dcc2933c72..4ff0a5e656 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 0d26fdc1fd..a2a9fc49b8 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 afaab2be3d..fa8909b7f5 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 b2b7c5f36c..fcca3edebe 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 fbb5e1d2ae..7336b9bc76 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 731e2c9d1d..69a23d71cc 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 2ea2850b74..81756ecdde 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 4172d2ce4b..2f32e1efbb 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 40f0480bd1..e6e219a821 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 757aaf5e8b..2e72d615dc 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 e84c152cf8..45577fc524 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 c0a59bed63..57a3a43efa 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 6ba88d9325..e315775e8f 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 bfb2801c13..2c1a70f8d4 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 539c9ccaec..221784a8e7 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 2018dc913e..237a6d3f92 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 6056a44aa9..9551ac2c9a 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 e4b2dbdd6a..07bce8e7dd 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 447d11ff89..75715dc2f1 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 259445814f..dfc68f1f92 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 c3dbdacd84..b4bdf0efe2 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 a33f62967a..cd9512370a 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 e88737dd2a..f0d5b7e6f9 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 33e5429aa4..06a6807b56 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 1a1fef2b5e..50c12daba7 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 303edc1913..0b136c195b 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 8a08fe783e..89315042de 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 c66791c175..f83b7ffa9d 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 d94349a91a..98a8e7c798 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 f5ce022bdc..b923ee00ec 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 acb3002e2b..50e9810181 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 b35d40d04b..0f40fce3ae 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 bb29344607..dd25d5f1b9 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 8394259559..6781e5ff3c 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 dce4b6f121..6721490953 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 4f1514e470..fcb7524de5 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 69ab6ced64..341983b0e5 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 a03ad5f54f..ea5d6230a6 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 1ef5a969f6..ab388a7472 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 983a6b44cd..fa0a1dff4a 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 21ec94c4f9..e11499df4e 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 347b6d954f..6cbf5771d9 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 6d27ae0764..fa2d7a430b 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 7fef616cd8..0ef69aebac 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 747550ec27..0d2bcb745d 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 d7d1fd1578..e6da6c983e 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 e48886d774..61fcac4a45 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 28b44aa379..3adf7aaa5c 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 fdd1c57738..a1ebe9ee0a 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 676107a829..cf4ef6a8c0 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 610f4dcb19..3520037276 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 63b6cf49de..eaea504d9d 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 a4ffaf9a0e..389b271e6b 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 6266f3fc66..b68128d506 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 8a0a91ece9..6bd2b7ab33 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 f47ddec802..9efd39d594 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 545b1df359..db58c5cb30 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 9ea6254405..7b67b0a87b 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 12be6cf0a0..d28461875b 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 198640a21b..670b72cc9d 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 923547f713..2caf99029d 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 1217f3ff1b..f33cbde89a 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 e6830ef627..1c22c037ed 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 9ee739b832..9d16694813 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 c122fee086..203ffc090f 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 cdfd2fce56..5897cdd34d 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 e828f514e0..4b4003bfe4 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 b7c79c7ee1..9c9dc5d263 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 62f70d0f73..69995fdf62 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 bbcb3aa2f0..ea7ae0dde6 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 d17ccefd52..df2c0ac87e 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 bd31b60acc..baa7501adf 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 39336f6070..60b70d1efc 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 3815d16e50..11acd1a89a 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 559e5d1745..d7c70b3e3e 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 3281d75028..f4941bdae2 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 6d568eb1bf..e2ede246c7 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 bf25701c5e..1ee5a1c1c1 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 43375743f2..d34bcd35b0 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 6ace2ebb59..65b8b3933f 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 93aa8c1816..158a061c61 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 e79837975a..6bef175c8c 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 0fd29a6a34..c42c1287cb 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 fb44571f84..ef255d7997 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 2fa5c39b9e..4501799508 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 cdcf86bc4a..d822f99317 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 ec5e631c14..61e5c75660 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 0acb152285..11e6fa2104 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 bb7db19285..40aa23992e 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 28760acb76..6a2b798fcc 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 23d3489ee5..694ef0f08f 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 b6cc1140f9..3100fb7e06 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 178629b924..9ad0524b8a 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 0cdbe48f70..2eec88b677 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 ace8b066a4..a6ab36fdbf 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 ad4331c09e..60132d3482 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 36abe3c68e..365e1c55a9 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 0b25be5ca8..141c7c4245 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 1fcc653c0f..173830b348 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 ced69cc731..15d694a980 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 81fa7d2ec8..25e8e1550f 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 84794b219d..fd40d4c8f4 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 fa1eedf2bd..0597196409 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 73103800b1..6d8362d0f6 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 f4632873fe..a54b39e81c 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 d9d3cdb47d..e584dbb3ca 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 d9c9b11eb6..4cd85b2e3d 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 cbe57841d4..b595bb3c44 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 576840933a..0cbc9c2f8d 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 1322d5e091..14f61e1af6 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 1cae7d6ecd..8dbbfda1b5 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 23fcab0c96..2ffb60294a 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 55b02ce672..f8b2e39f3e 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 79b04f028b..beb4d847f7 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 8b29760a93..7509ddf148 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 ee84a50950..18604925e2 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 cde693733e..940f75f3bc 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 176c947d20..4d70bb538c 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 01aec9ae95..3acd5ef69a 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 f94ccaf8a8..27c80bbbed 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 9487dde715..a3e209ceaf 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 7b2a036243..5fb1ba764d 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 75e0115f44..6f3818a33f 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 02c107b386..7d89a10fb4 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 be6ff64b38..4860d32977 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 6910282c02..b3bf618417 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 fd4c44b36f..6dc8abe95e 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 9b8dbd25b3..93757fee37 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 8170b510a5..f73009a958 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 caf712f5c0..3730c49af2 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 b98672ff85..bd2c954ad1 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 b404bfa03d..417bbc3742 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 e02a05cbc5..f70da26877 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 58aab46e80..2f677969fb 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 fb5273ced7..dee0fdf720 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 b7c82cca18..1e52871f42 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 4f75e9afe0..e438b2d3d2 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 3de18d8e8d..432ca1a36d 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 18d828a9e9..f1e798cafe 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 408e2da08f..f49352772e 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 3fcb5e8715..5649201ff5 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 f62705570f..0c096aa18e 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 8ea70eca66..a56b2730ab 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 a55528e643..2fe2295ce7 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 af4f62ac97..44a0384f3c 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 23724d3871..a5f929bd7d 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 ef57538a7b..14b3085814 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 cae7b50408..d56fdc180d 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 809ed09840..f310649195 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 98646a4611..f3179fc4c1 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 60604d5ea9..c9ce1ea7a5 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 42fcd02b43..6d13019b2e 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 7d999ecad3..2dcfe83030 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 14ec083832..858bec000f 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 446688fc96..b9c8885107 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 61e4864795..3183c8dbf7 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 6f7dae055c..0d7bb72dd4 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 88af20b6ee..b5ad17572c 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 54e786f91b..9b9f27cb1b 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 f0adc5c24c..1034418be0 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 37bd17fe7f..d069ec433b 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 396c560f1c..bd582c57f7 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 740ce33a67..ac6e358eb8 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 0fcf73b102..bc8eb328c4 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 8b95365bc7..e9f9071125 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 3fc845aea5..2a0359370a 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 d393caf311..3c8bfdb362 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 97ea436b55..64e87e0eff 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 be07793209..2b792e3229 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 cbd6f3b351..4f6d25bd69 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 032b67cc3f..c230bcf774 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 162b989ba6..ae7deb5597 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 714770d426..516f460d42 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 3f4aa207e5..dad692b9e8 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 39ade036c2..145111a865 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 8643fbe567..b93a0e6823 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 b61ca90d9a..67dbe7217b 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 775d7c0d95..c6a4a65c9c 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 eabf7cfa01..1578c880c0 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 7764209636..b43a48683c 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 130e5d6c87..6bf9defa3a 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 4512243163..83b8d38cd8 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 b371c36a5a..0e094c7858 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 a6f590f200..59514c42e2 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 81ae3634ea..d419fa441f 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 e9c0a02af4..af721eaca7 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 089e502e22..28731ead52 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 86dd5fbed1..1adbec008b 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 007d437810..534e7ebfce 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 79e05f1f02..43beb17d44 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 18add780ac..e27eb21c0b 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 21176bc8a3..4fa5730337 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 667230686c..36c4d58178 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 f046a3c129..0b2a23c666 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 460a2aa44d..8afbaa5870 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 43836eaafc..b3ec3363fc 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 8ab93eca69..9e9e581a00 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 7cfe05dea0..84a1e1d4c2 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 f2e5c1601e..2734d9bd60 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 6689d3a00d..b3414c9302 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 6b7d087bb8..942f6f5919 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 b3ffbbba85..d3a9f872ff 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 8c458f7119..da3f975c24 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 c2f1dd7e37..fd1468d299 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 5ddcf714f5..5ed8f6606d 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 64bc1e7692..ce6d9fc6d3 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 287071ea08..84a843a7af 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 efc5652e6e..437ec54ca7 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 3196484600..c47c53d6d1 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 9e956f1674..5d85e5440a 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 fe3f59b04f..374dd954e1 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 c42a99a8a3..d003ef9476 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 447ea5fb4f..5625b0d879 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 ff6f0a9e46..4166713622 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 def4e6fd6f..2462ef18e7 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 6d6cd1a6f2..4e599a4fe9 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 5958e60389..a62ea993f4 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 ac0bd73705..f457a227e8 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 770f972a4d..0ee292d5d6 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 b73ec33674..f0725bc8e8 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 c9f21216c4..f436ba046b 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 f0588fa4b7..9d2b8c8353 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 346cd92909..0d02f77aaf 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 acd898d3f5..e9fbb0f75b 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 d43fa13311..4d1a1c373b 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 72b5b73bb7..74a967b6af 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 f51b021736..f848641976 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 ad469100c4..7a0396552a 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 ae6d098ee2..56725eec72 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 6b0c01faff..ad461a2fbd 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 dfc2d2c22a..4869261bca 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 eddcd5ab99..1bbef1b70a 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 f49e05543e..2cf9eb6973 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 fd505e4a07..9f4df1d8c0 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 ce4eea576a..8353f02304 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 c82af2a2f1..a0ef67c84f 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 1dd0264ef7..3eec1d1f46 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 bacf2b3c3a..16b9ad227a 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 5b769aa75b..2adbd6e50b 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 8509209248..367e77f11e 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 caf4822cf2..33d13809b0 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 950e227cd9..3dd4dc3ff2 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 0aa38057cf..71c3f9b502 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 6de19be90e..6938ceefcd 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 c0395c5d76..8d0ef8e030 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 a92543757b..fc450d2ca4 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 0fd38d8388..be064d1bed 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 c0fd0df94f..33db0b94b2 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 a05c8f4912..bfc321e9d7 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 348d6a2b57..f302cc3e52 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 1fb7aef22f..831b8fe46a 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 056bed8000..d988b751f8 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 72ff5427d0..7b55360870 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 2ea3d0c027..0be1ad1413 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 5ca8f3afc8..4976ef332d 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 c4e73cc643..5af4400644 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 30eaf487cc..b3e7b2faec 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 49eadc07a4..8e97b0b440 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 4acfd0aee8..a5769eafab 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 c269a4f9c1..eb0d52e5f5 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 4eb699d1bb..5a2458bc7c 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 c52d427dc0..696d5f3fd5 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 af668a9ac1..0f50b60c64 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 6eb8f5900a..b2d466c7c4 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 8708eb86ea..aa3110798f 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 a83e937fed..5b6f95e36a 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 3a0c526007..ae4bf7ad4f 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 64d2e6e51e..dbfafcf09b 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 7e90436e2c..1ab502a502 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 b9391fa954..7ff29d4f88 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 7e8a68c791..6808d09c59 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 952fe5f65d..244cf7321f 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 faefaa0bec..eab3638943 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 249d852ed5..6b27f629b0 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 aed7b479f7..8ae19546ae 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 7160d80cf5..710f87a152 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 887487d8ac..4f3175b5b4 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 08a3ed1977..bdb6c2a77e 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 0f06e1f014..7302cc791e 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 bfb5a66f31..7c47d9653e 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 fbd751eec8..6ea9e60aef 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 81a1507538..c59e028e31 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 5878442e6d..461720d35f 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 bf4b545000..d87981dac3 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 39f941d3b2..d49f470f8a 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 612fa75676..2646228ae7 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 8933a1db8c..036403d5d9 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 d80c367643..dfc92e5d71 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 102fcf6a9f..8f3ff96bb4 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 9f37686a85..197b2e4b17 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 285ce15ae5..7a94ca4a01 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 3521b6fe1f..3f926e2738 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 900549be11..0f9bc28c85 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 df62e38ca3..feba697372 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 50d76841b7..85c69a952d 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 d4fc81476a..6d26a3952a 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 eb23117991..0a6109ba01 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 a52b1e94a6..0250116a96 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 07b57bb505..c6d8029faa 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 cba327714c..80e5b9a00c 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 148c231393..0cb5fe3664 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 a9f48c9b52..e771939ed7 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 b59d7f02e9..4d6a4de97a 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 e4a3b20e51..3ba38861de 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 cb88e51092..c1de198b9d 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 56f6332430..70cd8e5fa7 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 0e6a7ca009..b89efea7aa 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 68d1d049e1..d4902f39a1 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 79eab3e2b1..cf5c7359dc 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 f8429f0f30..4ad68e839c 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 46049b3c92..7fe3b349c2 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 c6c4b7241e..e11e3df5f2 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 ed2ad4ab9b..c966bdbf19 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 b9e9432ff3..61a97a0958 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 ebb3425d8b..4a2d090dbf 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 56e4cad3ac..770ce6de66 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 a35532df48..86f814bcb0 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 571c68839d..cff6737e89 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 48ae72dc21..03e0e1687d 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 1e920e9e41..22defc9cca 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 4541fa5589..5df63551a3 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 4162d7a7a8..9f819398fe 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 ad14581612..b4f34afabc 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 22e1ae2969..819477cbe9 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 3cb188f367..0118c03233 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 187a9fc585..3a327a182c 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 c710c38fef..2c295fa959 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 c104c61418..c58d60cbbf 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 105897b63e..e7e9ee5288 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 13f43931a9..7ab9d15850 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 5b82111600..f931e548af 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 875dfbc6d3..fc43c0d799 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 bab59e86b5..4bfccdad01 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 9cae4529e8..312971eed8 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 bab3556f44..fb23122e1b 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 f11e2a150b..f61da99ccf 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 6c654589ff..1bd98fa87f 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 7ef888b8a6..7b43b9d553 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 64f562941d..2e6283b70b 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 93f3a6675f..c2d62f37f2 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 092d5b1d8f..8eb82b0eb0 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 9322ebe743..cd4777ac5a 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 9f51b0a1bb..b51398522f 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 779ffeb69e..9a6051956c 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 aa6fd24105..5536475105 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 b8dfda2958..229a890d01 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 56f506f47a..c9064622c6 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 20f8701dad..1effbd96da 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 87a1c84709..171967034b 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 845b39d7e7..69d4652bbf 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 bd538f6ad5..4bc48a377c 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 1b2400a7ae..2fc20b3dc9 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 5301b72d68..17ce7e1caf 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 52197736a5..d56a0c1757 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 8925baf8b5..3ea76c4b3b 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 e54cbea436..e06ca3f520 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 5b31bc22da..fdb21b702f 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 474213482c..dec593e009 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 1f0496dac0..5791a508a5 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 05cb72b2c8..7bb950b3b6 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 614ff146ce..f3fca490e5 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 48036ffe62..04c2d36579 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 715204bb70..fc74ccc421 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 027da2811e..063d9f86e9 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 f61b3f934a..b02a8a5af2 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 900a8ccc5f..dea26eff2d 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 80df89a749..ba56fe85b0 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 808438b28f..417da2bd75 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 56f6c8f099..2e4588ad29 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 a2e96f411d..ec7bdf5243 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 316a75a463..321d6b177f 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 648779f4bc..c171c22046 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 7586438ac0..9b4c4e279b 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 61a54ff4b9..f82b9ede35 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 697a82a687..cbdb98c98c 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 70bbea5b9a..ee4834aab6 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 338e1b50e1..a874e29b35 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 f5d1548f63..fa4b8c15db 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 70a8f2b462..265fadf3f2 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 b08b33dd75..2575dd2daa 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 17f518488a..c0bb75620e 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 525235a7c6..2c15c18276 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 1030ec8d76..84f1c1af2e 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 d5920b1c39..41478438f3 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 172a2183d8..49acf9b2a0 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 27f74099f2..56dda6056c 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 e2638257ba..b5773ea114 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 f61daf658b..cc99143f58 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 0768cbad92..3d22ae13f7 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 11f8ef9892..21b87faf31 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 1c6af4aefa..e9dbae8aef 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 cf5493b9cc..1c0abe249e 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 f93631ec56..1a674eeaca 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 14d2775733..10b2fb43a0 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 a7ed3d28fd..40ac87be80 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 e9431fee89..a06651f251 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 46f14f82a5..4bc4d17be4 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 bfa70ff47f..29f07e6a08 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 dbbb864a09..ee59935c93 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 30f08172d1..7b9aca6187 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 cb350b692e..1b187fef54 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 9f816153ce..95eef47950 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 9ed52631fd..9d9840f16c 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 57fd654b49..e96a968f0b 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 22aa27195c..ac255bf7cb 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 51c29693e0..8accc75a0a 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 0636f33962..26a0714c78 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 10e48dfa47..d541353a84 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 d0960dce31..6c7b079ff0 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 2494639b23..94152360cc 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 10c6bb6648..6d18577cf9 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 6668a29feb..4317b142a2 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 8b4e78d425..66ec32c0f3 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 d75db02cdc..9a522fc703 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 6fd210b9e1..8275a98819 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 7d89f7c834..2316f1e339 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 91603ff1c3..8bc6399e89 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 aa115bec27..e4e735ee17 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 75a0bd7eea..f144c09692 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 70567a4beb..80d53443cc 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 e8b28d5be0..8dfe5622d3 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 d3ca543854..6bb7a39394 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 bc081f6089..51a2791dd2 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 8ad8c5cea7..dd13c22c5e 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 af89d34562..74e16fcbb9 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 a15985c463..3f57bef311 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 fab1d06e6f..7bfc4638e4 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 4585515851..ab33a84c13 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 4a28739523..426a015290 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 6c69ac01fe..c072edde8e 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 8adb79cce5..663524dcf0 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 3d45d2fefd..dec60e1cdc 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 2b97e590ee..f1206b64d6 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 a097943ff0..614da6613c 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 6e9b86ece7..d924b12b70 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 86ca6d53ce..1d5bf503ef 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 a35451d9fb..dc29ecc67e 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 5005ea3575..e60b759719 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 1a77fa2774..7676c51724 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 d4f0182e49..3b904dfa7d 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 329a54f7b2..3ad2144429 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 4413988417..24b1d5bd3d 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 18e1f2f225..43d8a838b6 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 d8831f6c92..b4d3847618 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 befd548e4f..1c71ab55ab 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 28ad64d121..e26d1f5ab7 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 eb3fdf3522..8e49ba08e7 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 18c6b0c126..7f570368dc 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 e1de454299..2225431604 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 c322aabb3f..dcf3fce476 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 236c7092d9..4572e7b2bd 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 6554ecf9f3..6453b66005 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 b73674ec17..a8962ac2f4 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 46464d3e0e..df15b50445 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 18c6f3861f..5c4a24fd3b 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 76adca0b79..336b4b6d0e 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 e0b2a8a4d6..342564baf0 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 c624cfdc4d..c84952918c 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 baae787da7..49014f3b9d 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 cf7436c4b3..75d7671373 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 2eaa4ddfde..356753c954 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 848b41a875..6acf611bc3 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 37a478f888..7e57a54a62 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 d0c735068e..bcbf5f252b 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 cb81db778c..05665cf9f5 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 fc4e85f92d..88446ad0f8 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 c760226f7a..36b5f7a8eb 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 9ef415d106..41ead19070 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 323ebf5812..258eb955a2 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 ba365e6951..fcfbc8002f 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 b58e4d90e0..b317c9619a 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 0210179b99..a6273533f1 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 137fb4baa3..add2ab14d0 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 c71506c1fd..5fca7e4ccc 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 b665515291..867cacb3a0 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 11bc4183ac..2f9845d5db 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 ca3b051ff0..9fc4a3074a 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 2671fb4d73..d29e1db094 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 c052342717..6bd2cfec3c 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 a9806eaab3..ab3649b91a 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 494546b5a1..d5f2e36bf5 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 bd274935cd..92d3850d7c 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 a54cb4351b..f5c2b8a657 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 26c9a7b5de..39e2e237b1 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 641652385c..dba872b891 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 744c147843..f7f6ee32a5 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 36a5c46544..d5267a47cd 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 190be5ffbf..a7ad1f00b2 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 7052d1d64a..1f9bd5b863 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 ea6626369c..347eabdba3 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 3767f7bafd..85fdcbaccc 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 bdb7964afd..295184280b 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 732dae338b..cb0377c5cd 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 345b392540..fa7ad789c1 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 5fe9d47b20..3855efc4ca 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 8315685d8a..3574f64399 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 6ae3df4d86..59d435e66a 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 493435d2a6..623f35c7b7 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 cd85bc5a2b..c5e38df333 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 aaffcfc0c8..55d39b5854 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 1e7973cb1d..cdfd0a6210 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 e52a12e636..35b09fbca7 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 4fc651c298..50e05eaf5d 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 dead5baa01..dd86dd1c71 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 dad051acff..9d3179e399 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 e8c31ee076..cb6de1aeaa 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 4579d3df76..fa69dcd0bc 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 2b4c350398..2ea1c6bd74 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 002fbda4fb..cbf287d5de 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 88ea774a20..6c863e44c6 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 2b96465afd..8071a7adec 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 c6150165cb..763cf34d3d 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 edae9537dd..7f98398244 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 a32469b192..0770bf5d97 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 5501cb859f..846b5e3fd5 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 35fde561eb..393cbf97b6 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 53d2fac073..b79e3e0be2 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 4f3597c1b3..684d8421e9 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 af1aee3599..3cefa58734 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 69c1d7d5ae..792a38ff85 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 b7e67efae4..4d63bb5464 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 5634243bc9..45e743c769 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 4952a61a46..4f8a91e8fb 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 0bcc12af9f..5a75f9770f 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 a89bfe1654..7b861d9193 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 004298659c..0414d27b9e 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 814b6536d2..5548820d5c 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 27fe505a30..d59d3806f0 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 02e123c5e6..597ad56d29 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 70ebfffbbf..31f74a3144 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 08dba4b574..fcfc283b44 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 eaab71b897..5e3a07a0be 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 449fe77f43..4ed6d2edca 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 8ea3ffc534..cd79be1cb6 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 0902b60ba7..aa23ba61c9 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 d6cccf9585..3684c02c72 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 2f0fad9b58..26d2b71c67 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 f4fd5b6e2d..8c352ad030 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 04d7b65b81..206c1954c3 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 1eeba20763..0b735fc375 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 919574eb62..00ed52c488 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 61694a69e0..c067bac89d 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 a2dd60648f..eeb9db6727 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 4d399197b6..2a3aeb0e89 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 361db3055d..8550d2a43e 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 c4909f1df5..1fdc41087d 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 8f4a93da24..5bd20c0295 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 dfa3d8c52a..1b238cb951 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 efb24da4de..381a14acb4 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 edbfcc515e..24a7835d2c 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 784ac6b3ae..37335258c5 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 73ca48eb4d..c81c78f780 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 028a32c36e..e600e38737 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 475852ab0e..cb75e9fc7e 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 736094dce3..6cd25b4c26 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 dcc7e5c953..2b3ac89523 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 55f95cda9b..1bca8e5a05 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 9d34684104..0379e1c72e 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 b165be526a..d522ce6f9b 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 cca6a5d7e5..ed647b5e07 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 56a7cf5c0c..22f8167ba7 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 3d3668e90d..65672078cb 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 b91ff5e419..9408f90331 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 5d904c2bba..6cd6e728ab 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 4601118d09..ded872e393 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 572b639807..2ce8a91636 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 31bf307652..ae49a08832 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 7de0ef6970..5a45d03251 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 bb3854fd69..a38314e7d8 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 bcb78bd183..ca8f36cde6 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 1160921cb9..d49b255f46 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 31af2a55aa..bd19b5720b 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 43e97feb0c..b11d8db69c 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 bc0c5c7b6e..dc8dd2e76b 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 d33d5a39c6..92e51d6c93 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 ddc87db50c..e359833770 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 a170fa5275..2cca768673 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 ab43ea5764..e562402d10 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 3c42c10b31..d323729120 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 f21755e4e4..1ab9a2373c 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 415b4b1029..db4ff96858 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 665ac5e693..088cb9669f 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 d779840b1c..9d7b83e9bd 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 ada072a455..9babef82d0 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 3918671264..d2fa09652f 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 2830c45a31..aaf7e91cbe 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 467876ff13..c06d06f29f 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 43cff68007..1750389623 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 566fd98888..e4822dcf2c 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 a46116d4d4..e9f1afe9f9 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 20d8be819d..443f0e43c5 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 a47fb5f734..14b8c8ada9 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 c8c9b9bee3..7a3af937d5 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 eed54ff723..4aba0c1f3c 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 3322ab627a..b7ac34c9ee 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 281cb94306..a824c58cc9 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 6d73d40731..afe9f9e1b8 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 b15fc9d88e..66a3350d1b 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 ac3da1a190..a1c271dd8d 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 b7c8d95250..2c6ccfebe2 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 ff5aa5105d..4ebe0c920d 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 7254a0f1a4..1a6dd4ad85 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 5dc0438c92..3df5040cf3 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 87723475b0..cd1ec97c18 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 8e06b92847..65c6b16ee3 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 e016943462..941a74dedb 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 f039a719b8..0f22015cf2 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 8030322085..2fea3c25dc 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 24f3b8a3a4..0afd908964 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 ec27aff77c..888c8e7fa3 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 695c1788fe..302af0703c 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 3d7c37c511..6fa2510cfb 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 91128b5bd0..abc441f64f 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 203734657a..0a379c4890 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 176a0742e4..3f9e2107df 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 747a195490..8b4a006f57 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 47d4044331..620eaf6ead 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 f7585d197b..e5234d8cb3 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 81ca677ffb..6e2239f173 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 2dae043ef6..5816a1cec1 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 993ffd9c8c..eaf06fcc70 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 c61479c0b3..e1883311ea 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 833345b120..8df8c321b9 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 cfdeef2068..a44d70e478 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 f5505673b6..cdd06d5295 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 39341be140..010e772ebf 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 cf7bc68b53..4aa57839ff 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 c0ffe308d9..e898afa585 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 0df9c9931b..bbea081ed0 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 d1377dbf6f..4e6eabf19a 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 aca30b05b7..b7985a9a8e 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 9de1531c8e..d3778b3db9 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 eee8004b5d..c6217fc6c4 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 8de8abd674..59c01b55c5 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 7119a5f2ce..e729f75e62 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 5ee84bdc75..18397186ac 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 b6f14380c5..f7d44e1185 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 c43674fe99..96c9c09097 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 a6a762ab9a..1e277bee40 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 8e441a9e34..2bf2fb0082 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 230054f17d..8556547c3d 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 ec2a13e607..8d2f443469 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 953a688049..e4fc3978c6 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 20510c847e..c28095ba4a 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 df169ee679..6059bd1a43 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 42560b5a86..a2f5255464 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 7072368ca0..31bfbff8e7 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 5aafc0e28e..5e23ec461e 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 47ed37623c..552215283e 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 464a6d6f45..c633d99699 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 e485af6d64..75a36a7648 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 e3cc52ceb1..652aae4e28 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 cc11a850a1..bd4dfe6f51 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 74c7cefc21..a8fd7a1588 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 267224b623..597f22e78c 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 20ddab7769..8f58a01102 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 b33d9df9c4..c6b4e73ef6 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 2aca605d49..4cc9363dbf 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 a771d154b2..90df79288f 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 d0089753e9..d1700371e8 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 04d84d7a06..4cbf9e2afb 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 c09e2c0789..14c51ef991 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 308a2616ce..07456fde3e 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 d84bcee2d4..02022272f1 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 91545a2d5b..a1ffb675b4 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 5e814a9ffb..8fd6c0a3f9 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 c68bf6c1ad..9d95ea60bc 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 04a0132dcc..2f0625a0e6 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 6dbffec018..f62fcb2ece 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 91657319a4..23677a39c9 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 528191f7f0..5d64572f13 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 acba2b25b0..1fd017ce64 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 17a61bdec0..df263444b1 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 779e8ee0c4..75190b4afc 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 74faacad48..6d7acf52ea 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 1335fec666..d3c212bbf5 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 98edf3606f..449ab057ff 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 595078caa7..82a380da93 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 8de89a1b1f..6b43f562a6 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 52013b5bde..67a73d4874 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 03cac637d0..5f0bc8b927 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 f878576178..a512c0fef8 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 3602b3eae4..0ef6dc92a7 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 dd6fb78dd9..17a1b0be99 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 2fcfe0dfdf..a2fb2704f5 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 8e0afce0fb..7daffb501f 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 54eea24b93..5cfea1f8c9 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 4b41889ef9..811362f5b6 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 6d5f87e247..174104095c 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 8b50109ad6..6d9433d2d1 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 2a5642b53a..ada1f3b573 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 ac6387803f..74579ce4a3 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 8a7c3e5b98..1bd5f30c9e 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 31369246f9..8b9966921d 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 622e4a51fd..441bebc3f2 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 38b6a6da99..e1a271dd1d 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 a309da22a2..77d6e5315a 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 891b9128a1..c164598cae 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 c3abdd2cde..fbc1add8f0 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 15c7dbf0ab..6191369320 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 e8d6499afb..fd03330142 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 cbec332708..9a15fbeffc 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 9db30d64ff..003e120eb5 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 aaea68b6e5..a41b8ff0ca 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 9399cc6c3c..f6eaf2f7be 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 ff69a4e176..e12031e20d 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 59e086e456..7851c70d40 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 9927c27031..5087ffd5c9 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 e221703692..6aeff824fb 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 861c3fb613..01938ab45e 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 7ebbb3c0d7..61969aeff0 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 36e6929015..c970eb9638 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 fe29516d94..c32f2a9d6d 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 2485471b17..e9df29056a 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 0aa0d0ea71..717f33ebbd 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 a68f1e9afb..ad2972a9e6 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 e1ab7dfb21..b44c993d15 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 33b244d901..7208561a0c 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 0f57834a6c..167806ec99 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 3086b54ad3..279407b108 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 1e80fc4ffc..ef8c6b2a9d 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 c96ee7da49..a83265dc79 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 6e179c3bb1..5ba6967762 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 31a32af0a6..f948c5ffd0 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 4f22d22797..bcaa5aea6a 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 0797c59d76..b16d2b0164 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 f7d730af3f..705a42fe6e 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 e87e504237..ea8157e408 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 6f89521f28..dd7154bef7 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 107812616a..2e4d68e348 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 6a7b44a918..a97f1d9bcf 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 e2bd6c98fa..6085279dca 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 6802dcc51e..bfba745e07 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 48dbfc3283..69a209fbd7 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 e04b2bca11..c42da0b411 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 ebd15367bb..9a6143417c 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 c8da3f78cb..f263bb4187 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 2a946fa12d..1dcd7c0743 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 17665282f9..cc6c86359a 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 ebed2ab49d..39d859dea8 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 9c44aef539..9147b0888a 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 dd18977068..773ed9686d 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 27120733ad..8a5969bdce 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 775fa84d4c..173cbb36fb 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 b221cbfcff..b5ca731a03 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 181d3b9fb1..40e248bcd6 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 3365b715b4..38048992e6 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 9a7671eaca..e421861148 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 39aae6175b..ef487b86ff 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 fe06a5fb14..706c422ff4 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 8dd0cc2fdd..738c054098 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 936986bf5a..664f553b3f 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 f5483fc2c2..b55d963fb5 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 0356e81ea8..509f94b664 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 4119f55a9d..3141de3066 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 125580e5a3..b585a7817f 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 836727c72c..7559b29f07 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 dd224b20aa..4fee30d67a 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 9257033771..83d2223c30 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 341df38c75..99ef72f624 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 e30e5733c7..4ba0f6c17e 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 8ecb40f130..bc28a02594 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 821233de88..a6d57854c7 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 847f8fcbca..41f2882954 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 19eb1f8dcb..eecfae897e 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 619cc910a7..d3d7976f89 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 12d51db74f..a0b0848e9b 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 3afa6f4a93..226756b3d2 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 7c7cd14655..df544d1def 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 9cccbb5a88..aa6fd323a7 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 a95b2c48e1..e0da7a9ef8 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 7ff213ab6c..48362c6797 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 753da5b18f..4f4ae91888 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 dd09dc9678..593beb08e5 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 21de35ddb8..0133114645 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 9a4a419742..49ec919747 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 72f838fe93..9263818153 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 ccf44cf34a..b88426f813 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 6af286d583..641277072e 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 8edfda5a5a..166a95b7ca 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 3c67aab3a4..e016e5f40e 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 e92bc364b6..a8e27e5872 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 6ef8764098..de6d332507 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 3bd8d7f57f..72983d947f 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 a5ed94c782..98dfde993c 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 48a8ca1984..87456850fe 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 572708bf01..8d8e1f7998 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 73facb78a8..5e3201cd23 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 7a8635def3..754a1d8325 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 de9ea08e99..78ecdc0ec2 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 2870afb6a5..083182efd2 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 20072c932b..9c19cdd2ae 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 668427ab9c..78e8ad04b3 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 ffe7a631d8..2029fc5fe4 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 4b2d34492d..7dc43827a9 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 7f8a39ae87..3426049b36 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 c71f07732b..74186bfb0d 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 ad089adbfe..e1d52d6b8d 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 4605a4db4c..beb7a61d41 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 0d5cab250b..7c3a40598e 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 d7612a3b8c..aa3d1adc6d 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 d98f946da4..44507e6193 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 c4e89c15c1..5210038d1e 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 51febdf07d..f129392f63 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 9f0e789103..63f8734c12 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 d371383d04..0d947c36fa 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 1d1871b739..f2ff7fb706 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 fd7f2efa7a..0249275186 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 85f0223b80..62ced98706 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 c2dbca550c..5371648baf 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 5eb0411766..836acbd260 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 6577c7c7e7..b9a63a558a 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 180c4d8953..1633ac215a 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 23bc40021d..547e2e09a3 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 7f780a0d85..7037b99ce8 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 3a43c20576..f5cdb9c631 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 eaa3c56cec..bdf122f8ac 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 7a20c605f0..12e9f252ae 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 c5fc57b6b8..87e46bda38 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 72d74f5185..2d44aff1a9 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 69b95e2add..216991902c 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 b38a4d0137..09631452d5 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 e6b321a3a2..2f0abda8cc 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 fe39003261..be542981b6 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 bd28e81ad1..d90ab9ef4b 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 2e14d29c0f..6eaeeeaec4 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 726000cf93..df5a8ac91f 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 c1705a1412..513ab64e6b 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 a775802654..1532897b5d 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 3a506c9006..86d1126a85 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 b9cd58eed3..741498ee1a 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 175919af07..3d33dbc142 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 8bfb86a748..bf7b3caada 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 e452171896..30ec9d6fb8 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 782062e836..c568389c51 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 2db8c97452..a728cda6da 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 4a0b76a5a0..4736cccb58 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 1874157d0c..2399f4945b 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 3b70f3a605..8cc12f3b59 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 ff99f8745e..6c96563891 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 40e9b17a39..928c67f7b3 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 cdf96f938f..b93b988c8a 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 7e53c122b5..ee252450ae 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 06b7098a99..8172b93ec9 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 e263868dae..636a578736 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 9b76ea541d..d307aee239 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 5e513a3e6a..fa9157270c 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 0d28e2e175..14aa8fa114 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 7b892dae4b..28b51c92d7 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 f5a1ff7c72..5356b8cb66 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 49708b0b89..f2e2f9ee26 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 f3b89348e2..8401ece79f 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 28b4e82da4..69eccc96ee 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 3f68f3c48a..813e9439ac 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 08477e29df..1232344f45 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 d71755b505..2978258789 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 21c7efd976..0c8547e183 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 4163a36a19..b77d8877bd 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 e0e5bc74f1..534468343c 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 c0d72db102..724ef3d2ce 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 c2bfdb2b87..99890ad1da 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 9fddebc759..b81229a82c 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 838b18e954..1567e24fe3 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 742f873223..2e7ca243ce 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 5ab52fabd2..03f64dbb32 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 14ce80441c..800530f2a2 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 6c2a85a1a5..7766f6e7ef 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 eee86ddab0..d15031f9e4 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 a7de934fbe..3f25ff4d09 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 1ffaf2f6d3..90f6f6c0e2 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 a5c0b37d67..0e836fc7ef 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 8a549e7a63..fbe8cce308 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 de3c1aea18..c558fecf54 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 f4f274678a..9a6eb115fd 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 65b4af53ad..e53610d435 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 ff248fe3b1..138fba920f 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 d47f18633f..f881c5107f 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 93f2e85134..a0725af52a 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 fa4b33ebb4..42d784f03e 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 21e7ce9dce..9b8e5ab5da 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 33d0f31145..253d16af38 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 cf9c489819..1f2aca29b5 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 e90d482eeb..d3bb163b76 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 c76811a82c..a38653f5bc 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 2ae25ae337..c81accc2b3 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 6562a21822..51f3a31c03 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 fdff8ce5ac..d60e375331 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 85df96ddff..17b43f5fdf 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 6e27c370c7..a844c10a90 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 08604773e2..eaa88cb798 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 b32720440d..464c3d4b98 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 fbf7386e55..472e029f91 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 c80e400766..6b41f67980 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 9ae1f77cf8..36fcac89bd 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 47ff1e2af3..1d7958aad6 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 6a7a296cd7..b7eea964c2 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 f66a155085..8a4f867225 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 ea67055754..00a21ecdf0 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 14ade127d0..b78b4387ad 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 e17b0ac165..0b7a3dadc0 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 9e00f0460b..b4c170611e 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 b9625e0ca5..8905f8f502 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 eeba2e12c4..0893031231 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 a10c023e14..6feaf526c3 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 0801bd4659..f1b2cb803a 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 b35ed47623..ac54a4ee06 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 afe811f6c6..b49dd56f9d 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 891dceba4b..9798e277ff 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 5a746efb65..928cb8330c 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 fe7ba8f392..b5b037b962 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 e04c7fa17b..d587c9e6cb 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 4b2f0b4524..1567e435be 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 862130fc47..f5db4ca8fe 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 c2ddcacc64..0b4e44c45c 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 d92c8165b5..a9c6c81889 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 a29f3fb7ae..69965ea2f5 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 5857b02dd1..127e30104d 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 55bcece866..8be669e5bb 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 2539939f98..3ebb6ac806 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 46c671b086..b3262d6f1c 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 6cd35733e4..92aea05592 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 1fb98a46e3..f79e37ee56 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 c7f2f6261d..86248b7c70 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 9d8442720b..a3c07d85dd 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 94d3ffdcd2..3947da304d 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 bfe6356fc9..1909279cce 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 d30469e00a..317a657742 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 a9661cef52..53ac0a1906 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 e7d869cf91..f6aabd54eb 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 f4540c64be..b4603f15bd 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 e66120d429..cf488be93b 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 2e551b8ecc..50e411d5c7 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 36828fd4ba..05756ad1f6 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 1096082ab4..ec3377a77e 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 2126c57df9..3d64dd9590 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 7db54614b1..6a6ebf0705 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 ef6565cb7d..ed72653c61 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 302909db56..9230423d01 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 1a0bfdc506..72f8fbf968 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 319f8353bf..7388f2a38a 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 16b23fee20..3b79d51a79 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 0328aefa25..76cdde4b92 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 86c1a13260..dff41537e7 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 cf2387ad9b..5c424c92c6 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 2e3f277b86..cd74fd8af9 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 6ae3a8f314..3fd441e4ee 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 7fd03a38e5..6c681b53e5 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 7d0e922288..f400640cab 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 e0a593ac73..44306ed181 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 8ae7b7f823..abfbd351da 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 c0828e14aa..e9d056c11d 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 b5d5f3dd20..4ba8897f36 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 9c60c7f30c..cccb0033c5 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 5f3e4ff3e6..635482a3d5 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 fbd167b46d..70bb9c9ff8 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 3859eb9bfb..962ef69265 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 d08a93a96b..a8265b7a89 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 7ddcb973e7..d90b346104 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 57e931b27c..1506c4fcae 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 3930aa8517..183f50cb2d 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 009f1882c5..2b399b78da 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 db3f2003c8..15e5c1fa35 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 59a1e8764a..782c34053e 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 7b93150a29..c45148ed4d 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 b80ab45679..318c32183b 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 7feedff5ab..53a6c8ad9f 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 0e2dfbde7d..a2d0946894 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 e25b54a01a..985311d9a8 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 af4f062205..e3a13b0bf0 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 f4535eb849..eb7aed1a0e 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 c8d96b7c6e..a108c00ab9 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 4d1ce94e2c..32888438c8 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) {