1
0
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:
Alexandre Abadie 2017-09-15 11:41:17 +02:00 committed by GitHub
commit 035bad7132

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