modem: modem_cellular: increase fw_version size
Fixes an issue introduced with `adcdf64a` Signed-off-by: Lucas Denefle <lucas.denefle@converge.io>
This commit is contained in:
parent
8303b3dab0
commit
4cd0dee7cc
|
@ -31,7 +31,7 @@ LOG_MODULE_REGISTER(modem_cellular, CONFIG_MODEM_LOG_LEVEL);
|
|||
#define MODEM_CELLULAR_DATA_IMSI_LEN (22)
|
||||
#define MODEM_CELLULAR_DATA_ICCID_LEN (22)
|
||||
#define MODEM_CELLULAR_DATA_MANUFACTURER_LEN (64)
|
||||
#define MODEM_CELLULAR_DATA_FW_VERSION_LEN (64)
|
||||
#define MODEM_CELLULAR_DATA_FW_VERSION_LEN (65)
|
||||
|
||||
/* Magic constants */
|
||||
#define CSQ_RSSI_UNKNOWN (99)
|
||||
|
|
Loading…
Reference in a new issue