HeptaCamera&GPS Library

Dependents:   Lab9-01_All_transmit Lab9-03_Thermal_chamber Final_Magnetism_measurement_GPS_data_saving LaserCommProtocol_01 ... more

Fork of HeptaCamera_GPS by CLTP 8

Revision:
11:7230a20e8992
Parent:
9:591580af98be
--- a/HeptaCamera_GPS.cpp	Mon Sep 04 16:27:45 2017 +0000
+++ b/HeptaCamera_GPS.cpp	Tue Sep 05 12:46:47 2017 +0000
@@ -772,7 +772,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};
@@ -861,6 +861,4 @@
         height[2] = hei2[0];
         height[3] = hei2[1];
     }
-    *dsize1 = 8;
-    *dsize2 = 4;
 }