Skip to content

Commit 6d76dac

Browse files
committed
cfstore flash mode set to async by default
1 parent e5c081e commit 6d76dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@
540540
"storage_driver_mode": {
541541
"help": "Configuration parameter to select flash storage driver mode. 1 => async operation, 0 => sync operation",
542542
"macro_name": "STORAGE_DRIVER_CONFIG_HARDWARE_MTD_ASYNC_OPS",
543-
"value": 0
543+
"value": 1
544544
}
545545
}
546546
},

0 commit comments

Comments
 (0)