Skip to content

Commit

Permalink
treewide: Remove excessive newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Aug 13, 2021
1 parent 1fd645e commit 4384795
Show file tree
Hide file tree
Showing 522 changed files with 0 additions and 788 deletions.
1 change: 0 additions & 1 deletion boards/6lowpan-clicker/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,5 @@ void board_init(void);
}
#endif


#endif /* BOARD_H */
/** @} */
1 change: 0 additions & 1 deletion boards/6lowpan-clicker/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
extern "C" {
#endif


/**
* @name Clock configurations
* @{
Expand Down
3 changes: 0 additions & 3 deletions boards/6lowpan-clicker/pic32_config_settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ volatile uint32_t _DEVCFG3 __attribute__((used, section(".devcfg3"))) =
| (_DEVCFG3_FUSBIDIO_MASK & 0 << _DEVCFG3_FUSBIDIO_POSITION)
| (_DEVCFG3_FVBUSONIO_MASK & 1 << _DEVCFG3_FVBUSONIO_POSITION);



/* Note this sets the PLL to 96MHz (8/2 * 24) which is only supported by 3xx
* and 4xx parts and assumes an 8MHz XTAL.
*
Expand Down Expand Up @@ -86,7 +84,6 @@ volatile uint32_t _DEVCFG1 __attribute__ ((used, section(".devcfg1"))) =
& (~_DEVCFG1_FWDTEN_MASK | 0 << _DEVCFG1_FWDTEN_POSITION)
& (~_DEVCFG1_FWDTWINSZ_MASK | 3 << _DEVCFG1_FWDTWINSZ_POSITION);


/*
* DEVCFG0 @ 0x1FC02FFC
*
Expand Down
1 change: 0 additions & 1 deletion boards/acd52832/include/gpio_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ static const saul_gpio_params_t saul_gpio_params[] =
}
};


#ifdef __cplusplus
}
#endif
Expand Down
2 changes: 0 additions & 2 deletions boards/avr-rss2/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,13 @@ extern "C" {
#define LED1_ON (LED_PORT &= ~LED1_MASK)
#define LED1_TOGGLE (LED_PORT ^= LED1_MASK)


/**
* @name Usage of LED to turn on when a kernel panic occurs.
* @{
*/
#define LED_PANIC LED0_ON
/** @} */


/**
* @name DS18 pins OW_BUS_0
* @{
Expand Down
1 change: 0 additions & 1 deletion boards/avr-rss2/include/eui_provider_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ static inline int _at24mac_get_eui64(uint8_t index, eui64_t *addr)
#define EUI64_PROVIDER_INDEX 0
/** @} */


#ifdef __cplusplus
}
#endif
Expand Down
1 change: 0 additions & 1 deletion boards/avsextrem/board_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* directory for more details.
*/


/**
* @file
* @brief avsextrem board initialization
Expand Down
2 changes: 0 additions & 2 deletions boards/avsextrem/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
*/


/**
* @ingroup boards_avsextrem
* @{
Expand All @@ -19,7 +18,6 @@
* @author Zakaria Kasmi
*/


#ifndef BOARD_H
#define BOARD_H

Expand Down
1 change: 0 additions & 1 deletion boards/b-l072z-lrwan1/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "board.h"
#include "periph/gpio.h"


void board_init(void)
{
/* initialize the CPU */
Expand Down
1 change: 0 additions & 1 deletion boards/blackpill-128kib/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#ifndef BOARD_H
#define BOARD_H


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion boards/blackpill/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#ifndef BOARD_H
#define BOARD_H


#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 0 additions & 1 deletion boards/common/arduino-mkr/include/periph_conf_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
extern "C" {
#endif


/**
* @name External oscillator and clock configuration
*
Expand Down
1 change: 0 additions & 1 deletion boards/common/atmega/include/periph_conf_atmega_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ extern "C" {
#endif /* UART_NUMOF */
/** @} */


/**
* @name SPI configuration
*
Expand Down
4 changes: 0 additions & 4 deletions boards/common/esp32/include/board_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ extern "C" {
#endif
/** @} */


/**
* @name STDIO configuration
* @{
Expand All @@ -101,7 +100,6 @@ extern "C" {
#endif
/** @} */


#if MODULE_MTD || DOXYGEN
/**
* @name MTD system drive configuration
Expand Down Expand Up @@ -134,7 +132,6 @@ extern mtd_dev_t *mtd0;
/** @} */
#endif /* MODULE_MTD || DOXYGEN */


#if MODULE_SPIFFS || DOXYGEN
/**
* @name SPIFFS configuration for the system MTD device
Expand All @@ -150,7 +147,6 @@ extern mtd_dev_t *mtd0;
/** @} */
#endif /* MODULE_SPIFFS || DOXYGEN */


/**
* @brief Initialize the hardware that is common for all ESP32 boards.
*
Expand Down
5 changes: 0 additions & 5 deletions boards/common/esp8266/include/board_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ extern "C" {
#endif
/** @} */


/**
* @name STDIO configuration
* @{
Expand All @@ -67,7 +66,6 @@ extern "C" {
#endif
/** @} */


#ifndef DOXYGEN
/**
* @name XTimer configuration
Expand All @@ -81,7 +79,6 @@ extern "C" {
/** @} */
#endif /* DOXYGEN */


#if defined(MODULE_MTD) || defined(DOXYGEN)
/**
* @name MTD device configuration
Expand All @@ -101,7 +98,6 @@ extern mtd_dev_t *mtd0;
/** @} */
#endif /* defined(MODULE_MTD) || defined(DOXYGEN) */


#if defined(MODULE_SPIFFS) || defined(DOXYGEN)
/**
* @name SPIFFS configuration
Expand All @@ -117,7 +113,6 @@ extern mtd_dev_t *mtd0;
/** @} */
#endif /* defined(MODULE_SPIFFS) || defined(DOXYGEN) */


/**
* @brief Initialize board specific hardware
*
Expand Down
3 changes: 0 additions & 3 deletions boards/common/esp8266/include/periph_conf_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ extern "C" {
#define ADC_NUMOF (1) /**< number of ADC channels */
/** @} */


/**
* @name DAC configuration
*
Expand All @@ -49,7 +48,6 @@ extern "C" {
#define DAC_NUMOF (0) /**< number of DAC channels */
/** @} */


/**
* @name I2C configuration
* @{
Expand Down Expand Up @@ -204,7 +202,6 @@ static const spi_conf_t spi_config[] = {
#endif /* MODULE_ESP_SW_TIMER */
/** @} */


/**
* @name UART configuration
*
Expand Down
1 change: 0 additions & 1 deletion boards/common/kw41z/include/cfg_i2c_default.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ extern "C"
{
#endif


/**
* @name I2C configuration
* @{
Expand Down
1 change: 0 additions & 1 deletion boards/common/msb-430/board_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ void msp430_init_dco(void)
CCTL2 = CCIS0 + CM0 + CAP; /* Define CCR2, CAP, ACLK */
TACTL = TASSEL1 + TACLR + MC1; /* SMCLK, continuous mode */


while (1) {
unsigned int compare;

Expand Down
1 change: 0 additions & 1 deletion boards/common/nrf51/include/cfg_rtt_default.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ extern "C" {
#endif
/** @} */


#ifdef __cplusplus
} /* end extern "C" */
#endif
Expand Down
1 change: 0 additions & 1 deletion boards/common/nrf52xxxdk/include/gpio_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ static const saul_gpio_params_t saul_gpio_params[] =
#endif
};


#ifdef __cplusplus
}
#endif
Expand Down
1 change: 0 additions & 1 deletion boards/common/particle-mesh/include/gpio_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ static const saul_gpio_params_t saul_gpio_params[] =
},
};


#ifdef __cplusplus
}
#endif
Expand Down
1 change: 0 additions & 1 deletion boards/esp32-ethernet-kit-v1_0/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
#define UART0_RXD GPIO3 /**< direct I/O pin for UART_DEV(0) RxD, can't be changed */
/** @} */


#ifdef __cplusplus
} /* end extern "C" */
#endif
Expand Down
3 changes: 0 additions & 3 deletions boards/esp32-heltec-lora32-v2/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
#endif
/** @} */


/**
* @name I2C configuration
*
Expand All @@ -91,7 +90,6 @@
#endif
/** @} */


/**
* @name PWM channel configuration
*
Expand Down Expand Up @@ -167,7 +165,6 @@
#endif
/** @} */


#ifdef __cplusplus
} /* end extern "C" */
#endif
Expand Down
3 changes: 0 additions & 3 deletions boards/esp32-mh-et-live-minikit/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
#endif
/** @} */


/**
* @name I2C configuration
*
Expand All @@ -88,7 +87,6 @@
#endif
/** @} */


/**
* @name PWM channel configuration
*
Expand Down Expand Up @@ -164,7 +162,6 @@
#endif
/** @} */


#ifdef __cplusplus
} /* end extern "C" */
#endif
Expand Down
3 changes: 0 additions & 3 deletions boards/esp32-ttgo-t-beam/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
#endif
/** @} */


/**
* @name I2C configuration
*
Expand All @@ -96,7 +95,6 @@
#endif
/** @} */


/**
* @name PWM channel configuration
*
Expand Down Expand Up @@ -170,7 +168,6 @@
#endif
/** @} */


#ifdef __cplusplus
} /* end extern "C" */
#endif
Expand Down
6 changes: 0 additions & 6 deletions boards/esp32-wemos-lolin-d32-pro/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
#endif
/** @} */


/**
* @name I2C configuration
*
Expand All @@ -106,7 +105,6 @@
#endif
/** @} */


/**
* @name PWM channel configuration
*
Expand All @@ -127,8 +125,6 @@
#endif
/** @} */



/**
* @name SPI configuration
*
Expand Down Expand Up @@ -166,7 +162,6 @@
#endif
/** @} */


/**
* @name UART configuration
*
Expand All @@ -182,7 +177,6 @@
#define UART0_RXD GPIO3 /**< direct I/O pin for UART_DEV(0) RxD, can't be changed */
/** @} */


#ifdef __cplusplus
} /* end extern "C" */
#endif
Expand Down
1 change: 0 additions & 1 deletion boards/esp32-wroom-32/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ extern "C" {
#endif
/** @} */


#ifdef __cplusplus
} /* end extern "C" */
#endif
Expand Down
Loading

0 comments on commit 4384795

Please sign in to comment.