From 8d61ce9ad06dfab65c2719f4d1c7cfecc55dbb07 Mon Sep 17 00:00:00 2001 From: asterix Date: Wed, 7 Sep 2011 16:15:34 +0000 Subject: [PATCH] Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5039 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/i2s.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/bertos/drv/i2s.h b/bertos/drv/i2s.h index 73768c31..ed5fb83b 100644 --- a/bertos/drv/i2s.h +++ b/bertos/drv/i2s.h @@ -162,7 +162,6 @@ INLINE void i2s_dmaTxStop(I2s *i2s) i2s->ctx.tx_stop(i2s); } - INLINE void i2s_dmaStartRxStreaming(I2s *i2s, void *buf, size_t len, size_t slice_len, i2s_dma_callback_t callback) { ASSERT(i2s->ctx.rx_start); @@ -174,8 +173,6 @@ INLINE void i2s_dmaStartRxStreaming(I2s *i2s, void *buf, size_t len, size_t slic i2s->ctx.rx_start(i2s, buf, len, slice_len); } - - INLINE void i2s_dmaRxStop(I2s *i2s) { ASSERT(i2s->ctx.rx_stop); -- 2.25.1