diff options
author | Keith Packard <keithp@keithp.com> | 2011-01-15 00:56:22 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-01-16 14:35:29 -0800 |
commit | ab31b1c737d8fd32af482e5b06699f1b832a25a1 (patch) | |
tree | 4266c64abe0170d4d578b7c81d0bfe871a20ec36 /src | |
parent | add2802a8a33336180fe6856241a7f4a8200e89c (diff) |
altos: Add DATA_TO_XDATA to linux test harness
The flight test harness needs to expose every function used by the
flight code in some form, and this macro is about to become used.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/ao_flight_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ao_flight_test.c b/src/ao_flight_test.c index 2bf7f2b2..e0cfa47a 100644 --- a/src/ao_flight_test.c +++ b/src/ao_flight_test.c @@ -154,6 +154,8 @@ struct ao_config { struct ao_config ao_config = { 250, 15937, 16467 }; +#define DATA_TO_XDATA(x) (x) + #include "ao_flight.c" void |