File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -681,11 +681,11 @@ typedef struct CellularIPAddress
681681 */
682682typedef struct CellularPdnConfig
683683{
684- CellularPdnContextType_t pdnContextType ; /**< PDN Context type. */
685- CellularPdnAuthType_t pdnAuthType ; /**< PDN Authentication type. */
686- const char apnName [ CELLULAR_APN_MAX_SIZE + 1 ]; /**< APN name. */
687- const char username [ CELLULAR_PDN_USERNAME_MAX_SIZE + 1 ]; /**< Username. */
688- const char password [ CELLULAR_PDN_PASSWORD_MAX_SIZE + 1 ]; /**< Password. */
684+ CellularPdnContextType_t pdnContextType ; /**< PDN Context type. */
685+ CellularPdnAuthType_t pdnAuthType ; /**< PDN Authentication type. */
686+ char apnName [ CELLULAR_APN_MAX_SIZE + 1 ]; /**< APN name. */
687+ char username [ CELLULAR_PDN_USERNAME_MAX_SIZE + 1 ]; /**< Username. */
688+ char password [ CELLULAR_PDN_PASSWORD_MAX_SIZE + 1 ]; /**< Password. */
689689} CellularPdnConfig_t ;
690690
691691/**
You can’t perform that action at this time.
0 commit comments