Révision 61
Ajouté par albeaufour il y a environ 4 ans
branch/beaufour/sp4a12/main.c | ||
---|---|---|
void traitement(char * trame)
|
||
{
|
||
static int cpt=0 ;
|
||
cpt++;
|
||
printf ("> %s\n",trame);
|
||
cpt++;
|
||
if (trame_cmp(trame,"GPGA"))
|
||
{
|
||
printf ("> %s\n",trame);
|
||
}
|
||
}
|
||
|
||
|
Formats disponibles : Unified diff
QUESTION 6 affichage de GPGGA