diff options
| author | Keith Packard <keithp@keithp.com> | 2011-03-06 21:57:52 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-03-16 15:57:37 -0700 |
| commit | e339ffd8bd8b9e3f4758017ba355028000cb612e (patch) | |
| tree | 2b4ad14032efef3bf13ad326f1b4fec11ecad5c1 /src/ao_convert.c | |
| parent | 02611efea0c485d78fad08c696c1f56e868d36b8 (diff) | |
altos/test: Use ao_convert.c instead of hand-coded pres → alt func
Fix up ao_convert.c so that it can be used within the flight test code
instead of having a (broken) copy of the code there.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_convert.c')
| -rw-r--r-- | src/ao_convert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_convert.c b/src/ao_convert.c index cec4c29f..0969f107 100644 --- a/src/ao_convert.c +++ b/src/ao_convert.c @@ -15,7 +15,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#ifndef AO_CONVERT_TEST +#if !defined(AO_CONVERT_TEST) && !defined(AO_FLIGHT_TEST) #include "ao.h" #endif |
