cfstore flash mode set to sync by default

pull/1973/head
Simon Hughes 2016-06-17 14:29:01 +01:00
parent 8f6957e195
commit e5c081e23f
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@
"storage_driver_mode": {
"help": "Configuration parameter to select flash storage driver mode. 1 => async operation, 0 => sync operation",
"macro_name": "STORAGE_DRIVER_CONFIG_HARDWARE_MTD_ASYNC_OPS",
"value": 1
"value": 0
}
}
},