forked from xuos/xiuos
fix a bug of uart input problem for gap8
This commit is contained in:
@@ -111,7 +111,7 @@ struct gap8_udma_peripheral
|
||||
{
|
||||
/* Public */
|
||||
|
||||
udma_reg_t *regs; /* Hardware config regs */
|
||||
volatile udma_reg_t *regs; /* Hardware config regs */
|
||||
uint32_t id; /* GAP8_UDMA_ID_x */
|
||||
void (*on_tx)(void *arg); /* tx callback */
|
||||
void (*on_rx)(void *arg); /* rx callback */
|
||||
|
||||
Reference in New Issue
Block a user