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/drivers/ao_pad.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/drivers/ao_pad.c')
-rw-r--r-- | src/drivers/ao_pad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ao_pad.c b/src/drivers/ao_pad.c index c6efc311..208841fb 100644 --- a/src/drivers/ao_pad.c +++ b/src/drivers/ao_pad.c @@ -203,7 +203,7 @@ ao_pad_monitor(void) ao_arch_critical( while (sample == ao_data_head) - ao_sleep((void *) DATA_TO_XDATA(&ao_data_head)); + ao_sleep((void *) &ao_data_head); ); |