modem: modem_cellular: increase manufacturer size

Fixes an issue introduced with `ae951f5f`

Signed-off-by: Lucas Denefle <lucas.denefle@converge.io>
This commit is contained in:
Lucas Denefle 2024-03-11 14:27:21 +00:00 committed by Maureen Helm
parent 4cd0dee7cc
commit c36b1039be

View file

@ -30,7 +30,7 @@ LOG_MODULE_REGISTER(modem_cellular, CONFIG_MODEM_LOG_LEVEL);
#define MODEM_CELLULAR_DATA_MODEL_ID_LEN (64) #define MODEM_CELLULAR_DATA_MODEL_ID_LEN (64)
#define MODEM_CELLULAR_DATA_IMSI_LEN (22) #define MODEM_CELLULAR_DATA_IMSI_LEN (22)
#define MODEM_CELLULAR_DATA_ICCID_LEN (22) #define MODEM_CELLULAR_DATA_ICCID_LEN (22)
#define MODEM_CELLULAR_DATA_MANUFACTURER_LEN (64) #define MODEM_CELLULAR_DATA_MANUFACTURER_LEN (65)
#define MODEM_CELLULAR_DATA_FW_VERSION_LEN (65) #define MODEM_CELLULAR_DATA_FW_VERSION_LEN (65)
/* Magic constants */ /* Magic constants */