diff --git a/libraries/AP_GPS/examples/GPS_406_test/GPS_406_test.pde b/libraries/AP_GPS/examples/GPS_406_test/GPS_406_test.pde index ad167a7697..3f0958c28c 100644 --- a/libraries/AP_GPS/examples/GPS_406_test/GPS_406_test.pde +++ b/libraries/AP_GPS/examples/GPS_406_test/GPS_406_test.pde @@ -1,10 +1,10 @@ // -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: t -*- /* - Example of GPS 406 library. - Code by Jordi Munoz and Jose Julio. DIYDrones.com - - Works with Ardupilot Mega Hardware (GPS on Serial Port1) -*/ + * Example of GPS 406 library. + * Code by Jordi Munoz and Jose Julio. DIYDrones.com + * + * Works with Ardupilot Mega Hardware (GPS on Serial Port1) + */ #include #include @@ -27,7 +27,7 @@ void setup() gps.print_errors = true; Serial.println("GPS 406 library test"); - gps.init(); // GPS Initialization + gps.init(); // GPS Initialization delay(1000); } void loop()