suppression affichage caracteres exotiques par insertion caractere fin de chaine
Fork of GPS_GSM by
Revision 2:2299fb36bdd0, committed 2018-05-28
- Comitter:
- LouisReynier
- Date:
- Mon May 28 17:42:34 2018 +0000
- Parent:
- 1:96183a37548e
- Commit message:
- debug caracteres exotiques
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon May 28 17:37:57 2018 +0000 +++ b/main.cpp Mon May 28 17:42:34 2018 +0000 @@ -263,7 +263,7 @@ // pc.printf("%c ",sms[longueur_msg2]); longueur_msg2++; } - sms[longueur_msg2] = '\0'; // le dernier caractere = fin de chaine + sms[longueur_msg2] = '\0'; // le dernier caractere = fin de chaine ! pc.printf("sms recu : %s, longueur_msg= %d \n", sms, longueur_msg2); // suppression en tete for (int i=0;i<100;i++)