Rkallenkoot / opengauge

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

Enabling ELM breaks code #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Uncomment #define ELM in order to enable ELM support

What is the expected output? What do you see instead?
Several required variables are not defined (because they are defined in an 
#ifndef ELM section) and therefore compilation fails.

What version of the product are you using? On what operating system?
SVN revision, Arduino 0022, Arduino Duemilanove

Original issue reported on code.google.com by andre.knoerig@gmail.com on 13 May 2011 at 3:27

GoogleCodeExporter commented 9 years ago
It compiles okay if #define useECUState is commented out. 

Original comment by andre.knoerig@gmail.com on 13 May 2011 at 4:25

GoogleCodeExporter commented 9 years ago
that indeed fixes the problem, thanks!

Original comment by pat.vdl...@gmail.com on 2 Aug 2011 at 5:29