mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
fixed missing ; from Arducopter.pde
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1222 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
6fd20d880b
commit
eb89c04333
@ -386,7 +386,7 @@ void setup()
|
||||
SerBeg(SerBau); // Initialize SerialXX.port, IsXBEE define declares which port
|
||||
#ifndef CONFIGURATOR
|
||||
SerPri("ArduCopter Quadcopter v");
|
||||
SerPriln(VER)
|
||||
SerPriln(VER);
|
||||
SerPri("Serial ready on port: "); // Printout greeting to selecter serial port
|
||||
SerPriln(SerPor); // Printout serial port name
|
||||
#endif
|
||||
@ -818,4 +818,4 @@ void loop(){
|
||||
// END of Arducopter.pde
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user