mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-29 00:11:16 +01:00
Merge pull request #7606 from dylad/fix_samd21_sercom
cpu/sam0: fix sercom gclk selection
This commit is contained in:
commit
035bad7132
@ -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