Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: 3daf572bcae1 Team Team01_HEPTA_Trainig
Fork of HeptaCamera_GPS by
Diff: HeptaCamera_GPS.cpp
- Revision:
- 13:e3ad89e65f66
- Parent:
- 12:b298905009c9
--- a/HeptaCamera_GPS.cpp Wed Sep 06 06:07:39 2017 +0000
+++ b/HeptaCamera_GPS.cpp Wed Sep 06 06:14:02 2017 +0000
@@ -774,7 +774,7 @@
}
}
-void HeptaCamera_GPS::lat_log_sensing_u16(char *lat, char *log, char *height, int *dsize1, int *dsize2)
+void HeptaCamera_GPS::lat_log_sensing_u16(char *lat, char *log, char *height)
{
char gph1[8]= {0x00},gph2[8]= {0x00},gph3[8]= {0x00},gph4[8]= {0x00},gpt1[8]= {0x00},gpt2[8]= {0x00},gpt3[8]= {0x00},gpt4[8]= {0x00};
char hei1[8]= {0x00},hei2[8]= {0x00};
@@ -863,6 +863,6 @@
height[2] = hei2[0];
height[3] = hei2[1];
}
- *dsize1 = 8;
- *dsize2 = 4;
+ //*dsize1 = 8;
+ //*dsize2 = 4;
}
