cleaning
This commit is contained in:
@@ -63,9 +63,6 @@ struct priv {
|
||||
volatile bool tx_dma_busy; //!< Flag that the Tx DMA request is ongoing
|
||||
};
|
||||
|
||||
/** Allocate data structure and set defaults */
|
||||
error_t UUSART_preInit(Unit *unit);
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
/** Load from a binary buffer stored in Flash */
|
||||
@@ -84,6 +81,9 @@ void UUSART_writeIni(Unit *unit, IniWriter *iw);
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
/** Allocate data structure and set defaults */
|
||||
error_t UUSART_preInit(Unit *unit);
|
||||
|
||||
/** Tear down the unit */
|
||||
void UUSART_deInit(Unit *unit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user