Skip to content

Commit

Permalink
fixup! drivers/mtd: move extern mtd_dev_t declarations to mtd.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Nov 25, 2023
1 parent 2a6b965 commit ce444d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/include/mtd.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ mtd_dev_t * const mtd_dev_xfa[];
#define MTD_XFA_ADD(dev, idx) XFA_CONST(mtd_dev_xfa, 0) mtd_dev_t *mtd ## idx = (mtd_dev_t *)&(dev)

#if !DOXYGEN

/**
* @brief Declare `mtd_dev_t *` variables according to the `MTD_*` symbols defined by the board
*/
Expand Down

0 comments on commit ce444d0

Please sign in to comment.