AdityaSantosh / aeroquad

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

typo in Sensors.pde #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. see line 46
    if (currentTime >(batteryTime) {
should be
    if (currentTime >batteryTime) {

Original issue reported on code.google.com by al...@arcor.de on 4 Dec 2010 at 3:25

GoogleCodeExporter commented 8 years ago
Fixed, thanks!

Original comment by CaranchoEngineering@gmail.com on 10 Dec 2010 at 1:18

GoogleCodeExporter commented 8 years ago

Original comment by CaranchoEngineering@gmail.com on 10 Dec 2010 at 1:18