double2double / ardupilot-mega

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

pipe() in wrong file for XPlane interface #179

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set ENABLE_HIL = ENABLED
2. Set GCS_PROTOCOL = not GCS_PROTOCOL_XPLANE

What is the expected output? What do you see instead?
I would expect the program to compile.  Instead, there is a duplicate 
definition of pipe() -- both in HIL_output.pde and in GCS_whatever.pde.

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

Suggestion:
The pipe() function for the XPlane GCS belongs in GCS_Xplane.pde as per comment 
7 on issue 148.

Original issue reported on code.google.com by bjpcalt...@gmail.com on 7 Oct 2010 at 5:40

GoogleCodeExporter commented 8 years ago
It's completely redundant, so removed.

Original comment by DrZip...@gmail.com on 9 Oct 2010 at 6:32