diff options
Diffstat (limited to 'rcc.cpp')
| -rw-r--r-- | rcc.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -20,4 +20,7 @@ void rcc_init() {  	// Set APB1 prescaler to /2.  	RCC.CFGR |= 0x400; +	 +	// Set ADCCLK prescaler to /6. +	RCC.CFGR |= 0x8000;  } | 
