cpu/sam0: fix sercom gclk selection
This commit is contained in:
parent
3bee2c0f82
commit
cca9b7a2c4
@ -128,7 +128,7 @@ typedef struct {
|
||||
uart_rxpad_t rx_pad; /**< pad selection for RX line */
|
||||
uart_txpad_t tx_pad; /**< pad selection for TX line */
|
||||
uint8_t runstdby; /**< allow SERCOM to run in standby mode */
|
||||
uint8_t gclk_src; /**< GCLK source which supplys SERCOM */
|
||||
uint32_t gclk_src; /**< GCLK source which supplys SERCOM */
|
||||
} uart_conf_t;
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user