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:
jphelirc 2010-12-21 03:35:23 +00:00
parent 6fd20d880b
commit eb89c04333

View File

@ -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