Skip to content

Commit

Permalink
fixup! boards: remove extern mtd_dev_t* Declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Nov 25, 2023
1 parent ce444d0 commit 2a01590
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion boards/adafruit-grand-central-m4-express/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#define BOARD_H

#include "cpu.h"
#include "mtd.h"

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

#include "cpu.h"
#include "mtd.h"

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

#include "cpu.h"
#include "mtd.h"
#include "periph/gpio.h"

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

#include "mtd.h"
#include "periph_cpu.h"

/**
Expand Down
2 changes: 0 additions & 2 deletions boards/ikea-tradfri/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
#include "periph/gpio.h"
#include "periph/spi.h"

#include "mtd.h"

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

#include "lpc23xx.h"
#include "mtd.h"

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

#include "lpc23xx.h"
#include "mtd.h"
#include "bitarithm.h"

#ifdef __cplusplus
Expand Down
1 change: 0 additions & 1 deletion boards/mulle/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "cpu.h"
#include "periph_conf.h"
#include "mulle-nvram.h"
#include "mtd.h"

/* Use the on board RTC 32kHz clock for LPTMR clocking. */
#undef LPTIMER_CLKSRC
Expand Down
1 change: 0 additions & 1 deletion boards/nrf52840dk/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#define BOARD_H

#include "board_common.h"
#include "mtd.h"

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

#include "cpu.h"
#include "mtd.h"

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

#include "cpu.h"
#include "board_common.h"
#include "mtd.h"

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

#include "cpu.h"
#include "mtd.h"
#include "periph_conf.h"
#include "periph_cpu.h"

Expand Down
1 change: 0 additions & 1 deletion boards/remote-revb/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 "mtd.h"
#include "board_common.h"

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

#include "cpu.h"
#include "mtd.h"

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

#include "cpu.h"
#include "mtd.h"

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

#include "board_common.h"
#include "mtd.h"

#ifdef __cplusplus
extern "C" {
Expand Down
1 change: 0 additions & 1 deletion boards/sensebox_samd21/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "cpu.h"
#include "periph_conf.h"
#include "periph_cpu.h"
#include "mtd.h"

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

#include "cpu.h"
#include "periph_conf.h"
#include "mtd.h"

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

#include "board_common.h"
#include "mtd.h"

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

#include "cpu.h"
#include "periph_conf.h"
#include "mtd.h"

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

#include "cpu.h"
#include "mtd.h"
#include "waspmote_pinmap.h"

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

#include "board_common.h"
#include "mtd.h"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 2a01590

Please sign in to comment.