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 27, 2023
1 parent 9102898 commit 4a21c4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion boards/common/esp8266/include/board_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ extern "C" {
* a system MTD device has to be defined.
* @{
*/
#include "mtd.h"

/** Default MTD device definition */
#define MTD_0 mtd0
Expand Down
1 change: 0 additions & 1 deletion boards/iotlab-m3/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include "cpu.h"
#include "periph_conf.h"
#include "board_common.h"
#include "mtd.h"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 4a21c4c

Please sign in to comment.