Skip to content

Commit 10e714b

Browse files
author
Vincent Dupont
committed
fixup! native: add spiffs options in board.h
1 parent af23396 commit 10e714b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/native/include/board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ extern mtd_dev_t *mtd0;
8181
#endif
8282

8383
#if SPIFFS_HAL_CALLBACK_EXTRA == 0
84-
#define SPIFFS_MTD_DEV ((mtd_dev_t *)&MTD_0)
84+
#define SPIFFS_MTD_DEV (MTD_0)
8585
#endif
8686
#endif
8787

0 commit comments

Comments
 (0)