mageshms / arducopter

Automatically exported from code.google.com/p/arducopter
0 stars 0 forks source link

Missing semicolon for non-configurator users #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Missing semicolon semicolon ( SerPriln(VER) )for those who don't want to use 
Configurator.

#ifndef CONFIGURATOR 
SerPri("ArduCopter Quadcopter v"); 
SerPriln(VER) 
SerPri("Serial ready on port: "); // Printout greeting to selecter serial port 
SerPriln(SerPor); // Printout serial port name 
#endif 

Original issue reported on code.google.com by xchur...@gmail.com on 13 Dec 2010 at 4:28

GoogleCodeExporter commented 8 years ago
This is in ArduCopter.PDE  .  I know it's being phased out, but could be 
corrected.

Original comment by xchur...@gmail.com on 13 Dec 2010 at 4:42

GoogleCodeExporter commented 8 years ago
fixed. this is old unsupported release anyways

Original comment by jphelirc on 21 Dec 2010 at 3:35