Skip to content

Commit

Permalink
include/mtd_default.h: include mtd_flashpage.h
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian18 committed Sep 13, 2023
1 parent acdd8fd commit bafe126
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/include/mtd_default.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ extern "C" {
#include "mtd_emulated.h"
#endif

#if defined(MODULE_MTD_FLASHPAGE)
#include "mtd_flashpage.h"
#endif

#if !defined(MTD_NUMOF) && !DOXYGEN

#if defined(MTD_3)
Expand Down

0 comments on commit bafe126

Please sign in to comment.