diff options
author | Keith Packard <keithp@keithp.com> | 2011-01-15 00:56:22 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-01-15 00:56:22 -0800 |
commit | a78cc6376474d7563426f6adf7ba7720dd242254 (patch) | |
tree | c9d2e2456640756d7d3a3dfd5fbeeb7938b1a445 | |
parent | e13337cfb536ff65979b655f1763d62ec0126c67 (diff) |
Add DATA_TO_XDATA to linux test harnesstest-accel-ref
Signed-off-by: Keith Packard <keithp@keithp.com>
-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 |