Skip to content

Commit

Permalink
fixup! board: add Adafruit Grand Central M4 Express support
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Jun 9, 2023
1 parent 435c240 commit ab7e06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/adafruit-grand-central-m4-express/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ extern mtd_dev_t *mtd0; /**< Flash MTD device pointer */
extern mtd_dev_t *mtd1; /**< MTD device pointer for SD Card */
#define MTD_1 mtd1 /**< MTD device for SD Card */

#define CONFIG_SDCARD_GENERIC_MTD_OFFSET 1
#define CONFIG_SDCARD_GENERIC_MTD_OFFSET 1 /**< mtd1 is used for SD Card */
/** @} */

/**
Expand Down

0 comments on commit ab7e06c

Please sign in to comment.