jaspreeth / ardupilot-mega

Automatically exported from code.google.com/p/ardupilot-mega
0 stars 0 forks source link

DataFlash_test.cpp does not compile #463

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In Arduino IDE, select file/examples/DataFlash/DataFlash_Test
2. Build
3.

What is the expected output? What do you see instead?
Should compile with no errors. Failed to compile due to coding error. The 
DataFlash object was not created, as the error indicates

What version of the product are you using? On what operating system?
arktools-ardupilotone-e185244
Arduino 0022
Win7

Please provide any additional information below.
Error is corrected by adding a line to create a DataFlash object.

Original issue reported on code.google.com by david.fo...@gmail.com on 27 Dec 2011 at 9:51

GoogleCodeExporter commented 8 years ago
fixed.

Note, you need to uncomment one of two lines in the file to specify if you are 
running the test on APM1 or APM2 hardware.

Original comment by dewei...@gmail.com on 9 Jan 2012 at 4:31