mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
929bbf0be8
Usage example for merging the factory partition and reserve
partition into the merge partition:
register_merge_blockdriver("/dev/merge", "/dev/factory", "/dev/reserve",
NULL)
Signed-off-by: wanggang26 <wanggang26@xiaomi.com>