altos/stm: Note that ao_i2c_recv_dma_isr isn't actually used
authorKeith Packard <keithp@keithp.com>
Tue, 5 Feb 2019 06:35:02 +0000 (22:35 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 18 Feb 2019 21:07:29 +0000 (13:07 -0800)
This function resets the i2c transceiver after DMA completes, but it
hasn't ever been hooked up. Some testing would be a good idea. For
now, just add a comment and mark the function as referenced to avoid a
compiler warning.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found