split DIN

This commit is contained in:
2018-02-03 10:27:37 +01:00
parent 4bd8dc6cb0
commit f1b8db78d4
10 changed files with 512 additions and 377 deletions
-1
View File
@@ -61,7 +61,6 @@ struct priv {
volatile uint16_t tx_buf_nw; //!< Next Write index
volatile uint16_t tx_buf_chunk; //!< Size of the currently being transmitted chunk (for advancing the pointers)
volatile bool tx_dma_busy; //!< Flag that the Tx DMA request is ongoing
};
/** Allocate data structure and set defaults */