diff options
author | Keith Packard <keithp@keithp.com> | 2009-10-30 23:48:36 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-10-30 23:48:36 -0700 |
commit | b428faf74ae145126ec1da972028fcfe0b4b2b18 (patch) | |
tree | 5aa2077c1bc8d9c8a8201d8fe869a49a04bad5ee /src/ao_monitor.c | |
parent | 73db30b2f9128c37dc7fa075793a8862814ce044 (diff) |
Remove reason from ao_dma_abort
Diffstat (limited to 'src/ao_monitor.c')
-rw-r--r-- | src/ao_monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_monitor.c b/src/ao_monitor.c index 9431f726..d0c1da34 100644 --- a/src/ao_monitor.c +++ b/src/ao_monitor.c @@ -75,7 +75,7 @@ ao_set_monitor(uint8_t monitoring) { ao_monitoring = monitoring; ao_wakeup(&ao_monitoring); - ao_radio_abort(AO_DMA_ABORTED); + ao_radio_abort(); } static void |