Merge "Update ini_file buffer size to be PROPERTY_VALUE_MAX"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
2b78d84937
@@ -184,7 +184,7 @@ char *hw_mode[HW_MODE_UNKNOWN] = {
|
|||||||
/** configuration file path */
|
/** configuration file path */
|
||||||
char *pconffile = CONFIG_FILE;
|
char *pconffile = CONFIG_FILE;
|
||||||
char *fIni = WIFI_DRIVER_CONF_FILE;
|
char *fIni = WIFI_DRIVER_CONF_FILE;
|
||||||
s8 ini_file[64] = {0};
|
s8 ini_file[PROPERTY_VALUE_MAX] = {0};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief
|
* @brief
|
||||||
|
|||||||
Reference in New Issue
Block a user