stm32g0: rcc: fix i2s1 clksel definition
Stylecheck uncovered a bad define.
This commit is contained in:
@@ -521,7 +521,7 @@
|
||||
#define RCC_CCIPR_I2S1SEL_SYSCLK 0
|
||||
#define RCC_CCIPR_I2S1SEL_PLLPLCK 1
|
||||
#define RCC_CCIPR_I2S1SEL_HSI16 2
|
||||
#define RCC_CCIPR_I2S1SEL_I2S_CKIN 2
|
||||
#define RCC_CCIPR_I2S1SEL_I2S_CKIN 3
|
||||
/**@}*/
|
||||
|
||||
#define RCC_CCIPR_I2C1SEL_MASK 0x3
|
||||
|
||||
Reference in New Issue
Block a user