Update GPS data retrieval to use fake GPS readings for testing
This commit is contained in:
@@ -9,4 +9,5 @@ struct GPSData_t
|
||||
};
|
||||
|
||||
void GPS_Init();
|
||||
GPSData_t GPS_Read();
|
||||
GPSData_t GPS_Read();
|
||||
GPSData_t GPS_Read_Fake();
|
||||
Reference in New Issue
Block a user