mirror of https://github.com/ARMmbed/mbed-os.git
cfstore flash mode set to sync by default
parent
8f6957e195
commit
e5c081e23f
|
@ -540,7 +540,7 @@
|
||||||
"storage_driver_mode": {
|
"storage_driver_mode": {
|
||||||
"help": "Configuration parameter to select flash storage driver mode. 1 => async operation, 0 => sync operation",
|
"help": "Configuration parameter to select flash storage driver mode. 1 => async operation, 0 => sync operation",
|
||||||
"macro_name": "STORAGE_DRIVER_CONFIG_HARDWARE_MTD_ASYNC_OPS",
|
"macro_name": "STORAGE_DRIVER_CONFIG_HARDWARE_MTD_ASYNC_OPS",
|
||||||
"value": 1
|
"value": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue