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:
Lucas Denefle 2024-03-11 14:26:08 +00:00 committed by Maureen Helm
parent 8303b3dab0
commit 4cd0dee7cc

View file

@ -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)