princeriley / ardupilot-mega

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

R863 doesn't compile when debugging EEPROM #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set debugsystem to "15"
2. Compile

What is the expected output? What do you see instead?
"mem" Appears to be undefined

What version of the product are you using? On what operating system?
R863

Please provide any additional information below.

Possible fix is to declare mem:

byte mem = 0;

Original issue reported on code.google.com by dutchra...@gmail.com on 12 Sep 2010 at 3:52

GoogleCodeExporter commented 9 years ago
thanks!

Original comment by jasonshort on 17 Sep 2010 at 7:56