dankolo / gentlenav

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

telemetry.c in trunk does not compile because it still contains "turns" variables #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use SVN to load trunk
2. Load UDB4 or UDB5 project in MPLAB X IDE
3. Make or Build

What is the expected output? What do you see instead?
Error message appears that "turns" inline 603, 607 and 608 is not declared.

What version of the product are you using? On what operating system?
Windows XP SP3

Please provide any additional information below.
The comments state that this version of telemetry.c was derived from the 
helicalturns branch but not all references to "turns" were removed.

I modified telemetry.c to remove the references to "turns" and the problem was 
solved. See attached file.

Original issue reported on code.google.com by Asdf.Zxc...@gmail.com on 20 May 2015 at 10:17

Attachments:

GoogleCodeExporter commented 9 years ago
Forgot to mention; between step 2 and 3: change SERIAL_OUTPUT_FORMAT in 
options.h;
#define SERIAL_OUTPUT_FORMAT                SERIAL_UDB_EXTRA

Original comment by Asdf.Zxc...@gmail.com on 21 May 2015 at 6:40