latitude typo

pull/60/head
alanbjohnston 5 years ago committed by GitHub
parent a2587b0a7f
commit 3708d103b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -193,7 +193,7 @@ int main(int argc, char *argv[]) {
if ((fabs(lat_file) > 0) && (fabs(lat_file) < 90.0) && (fabs(long_file) > 0) && (fabs(long_file) < 180.0))
{
printf("Valid latitude and longitude in config file\n");
lattitude = lat_file;
latitude = lat_file;
longitude = long_file;
}
wiringPiSetup ();

Loading…
Cancel
Save

Powered by TurnKey Linux.