Skip to content

Commit

Permalink
boards: ikea-tradfir, sltb001a, stk3x00: whitespaces between includes
Browse files Browse the repository at this point in the history
  • Loading branch information
basilfx committed Mar 16, 2018
1 parent 4ff507a commit 4555570
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion boards/ikea-tradfri/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#define BOARD_H

#include "cpu.h"

#include "periph_conf.h"
#include "periph/gpio.h"
#include "periph/spi.h"
Expand Down
2 changes: 0 additions & 2 deletions boards/ikea-tradfri/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
#define PERIPH_CONF_H

#include "cpu.h"

#include "periph_cpu.h"

#include "em_cmu.h"

#ifdef __cplusplus
Expand Down
3 changes: 1 addition & 2 deletions boards/sltb001a/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@

#include "board.h"
#include "board_common.h"
#include "pic.h"

#include "periph/gpio.h"
#include "pic.h"

void board_init(void)
{
Expand Down
1 change: 0 additions & 1 deletion boards/sltb001a/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#define BOARD_H

#include "cpu.h"

#include "periph_conf.h"
#include "periph/gpio.h"
#include "periph/spi.h"
Expand Down
2 changes: 0 additions & 2 deletions boards/sltb001a/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
#define PERIPH_CONF_H

#include "cpu.h"

#include "periph_cpu.h"

#include "em_cmu.h"

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion boards/stk3600/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#define BOARD_H

#include "cpu.h"

#include "periph_conf.h"
#include "periph/gpio.h"
#include "periph/spi.h"
Expand Down
2 changes: 0 additions & 2 deletions boards/stk3600/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
#define PERIPH_CONF_H

#include "cpu.h"

#include "periph_cpu.h"

#include "em_cmu.h"

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion boards/stk3700/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#define BOARD_H

#include "cpu.h"

#include "periph_conf.h"
#include "periph/gpio.h"
#include "periph/spi.h"
Expand Down
2 changes: 0 additions & 2 deletions boards/stk3700/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
#define PERIPH_CONF_H

#include "cpu.h"

#include "periph_cpu.h"

#include "em_cmu.h"

#ifdef __cplusplus
Expand Down

0 comments on commit 4555570

Please sign in to comment.