minor blackSpaces fix
This commit is contained in:
parent
fd176e7171
commit
42e42abec4
|
|
@ -5,14 +5,14 @@
|
|||
|
||||
namespace GPS_Utils {
|
||||
|
||||
void setup();
|
||||
void calculateDistanceCourse(const String& callsign, double checkpointLatitude, double checkPointLongitude);
|
||||
void getData();
|
||||
void setDateFromData();
|
||||
void calculateDistanceTraveled();
|
||||
void calculateHeadingDelta(int speed);
|
||||
void checkStartUpFrames();
|
||||
String getCardinalDirection(float course);
|
||||
void setup();
|
||||
void calculateDistanceCourse(const String& callsign, double checkpointLatitude, double checkPointLongitude);
|
||||
void getData();
|
||||
void setDateFromData();
|
||||
void calculateDistanceTraveled();
|
||||
void calculateHeadingDelta(int speed);
|
||||
void checkStartUpFrames();
|
||||
String getCardinalDirection(float course);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue