cpu/sam0: fix sercom gclk selection

This commit is contained in:
dylad 2017-09-14 22:35:17 +02:00
parent 3bee2c0f82
commit cca9b7a2c4

View File

@ -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;
/**