diff options
| author | Keith Packard <keithp@keithp.com> | 2018-08-15 17:34:20 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-10-13 08:22:50 -0700 |
| commit | 6023ff81f1bbd240169b9548209133d3b02d475f (patch) | |
| tree | 4526e7ac4386cbd73ebea1d896548dd2997d2bbb /src/product/ao_terraui.c | |
| parent | e2e2182a6ae6c8a7290fb5f7bbb7f8e0a863ba99 (diff) | |
altos: Remove *_TO_DATA macros
Now that we don't support 8051, we don't need these
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/product/ao_terraui.c')
| -rw-r--r-- | src/product/ao_terraui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/product/ao_terraui.c b/src/product/ao_terraui.c index c2bbc30e..f8f23a0f 100644 --- a/src/product/ao_terraui.c +++ b/src/product/ao_terraui.c @@ -588,7 +588,7 @@ ao_terramonitor(void) monitor = ao_monitor_ring_next(monitor)) { while (monitor == ao_monitor_head) - ao_sleep(DATA_TO_XDATA(&ao_monitor_head)); + ao_sleep(&ao_monitor_head); if (ao_monitoring != sizeof (union ao_telemetry_all)) continue; if (!(ao_monitor_ring[monitor].all.status & PKT_APPEND_STATUS_1_CRC_OK)) |
