Skip to content

Commit

Permalink
fixup! drivers/mtd_emulated: use XFA with MTD pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Jul 11, 2023
1 parent b836005 commit 29a01ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/include/mtd_emulated.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ extern "C" {
.size = sc * pps * ps, \
.memory = _mtd_emulated_memory ## n, \
.init_done = false, \
} ; \
}; \
\
XFA(mtd_dev_xfa, 0) mtd_dev_t CONCAT(*mtd_emulated, n) = (mtd_dev_t *)&mtd_emulated_dev ## n

Expand Down

0 comments on commit 29a01ce

Please sign in to comment.