Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Update GSM3ShieldV1ModemCore.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Srgk authored Sep 8, 2016
1 parent 1c8c03a commit c75972d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GSM3ShieldV1ModemCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void GSM3ShieldV1ModemCore::unRegisterUMProvider(GSM3ShieldV1BaseProvider* provi


//Response parse.
bool GSM3ShieldV1ModemCore::genericParse_rsp(bool& rsp, char* string, char* string2)
bool GSM3ShieldV1ModemCore::genericParse_rsp(bool& rsp, const char* string, const char* string2)
{
if((string==0) && (string2==0))
string=__ok__;
Expand Down

0 comments on commit c75972d

Please sign in to comment.