1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-19 21:09:48 +03:00

GSM: Updated PROGMEM compatibility with newer gcc

This commit is contained in:
Cristian Maglie
2014-07-04 12:00:54 +02:00
parent b36beeb4c0
commit 33b1e7c546
8 changed files with 15 additions and 21 deletions

View File

@@ -12,7 +12,7 @@ int GSM3ShieldV1BaseProvider::ready()
return theGSM3ShieldV1ModemCore.getCommandError();
};
void GSM3ShieldV1BaseProvider::prepareAuxLocate(PROGMEM prog_char str[], char auxLocate[])
void GSM3ShieldV1BaseProvider::prepareAuxLocate(PGM_P str, char auxLocate[])
{
int i=0;
char c;