Browse Source

fixed missing ; from Arducopter.pde

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1222 f9c3cf11-9bcb-44bc-f272-b75c42450872
master
jphelirc 14 years ago
parent
commit
eb89c04333
  1. 2
      Arducopter/Arducopter.pde

2
Arducopter/Arducopter.pde

@ -386,7 +386,7 @@ void setup() @@ -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

Loading…
Cancel
Save