mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-15 07:03:03 +00:00
Clean up AIS lat/lon types and formatting.
This commit is contained in:
@@ -40,8 +40,8 @@ using namespace lpc43xx;
|
||||
|
||||
struct AISPosition {
|
||||
rtc::RTC timestamp { };
|
||||
ais::Latitude latitude { 0 };
|
||||
ais::Longitude longitude { 0 };
|
||||
ais::Latitude latitude;
|
||||
ais::Longitude longitude;
|
||||
ais::RateOfTurn rate_of_turn { -128 };
|
||||
ais::SpeedOverGround speed_over_ground { 1023 };
|
||||
ais::CourseOverGround course_over_ground { 3600 };
|
||||
|
||||
Reference in New Issue
Block a user