[Style] More whitespace fixes.

This commit is contained in:
Piotr Esden-Tempski
2015-12-14 23:42:27 +01:00
parent 3a7cbec776
commit 5828a77749
4 changed files with 12 additions and 11 deletions

View File

@@ -38,10 +38,11 @@
void crs_autotrim_usb_enable(void)
{
rcc_periph_clock_enable(RCC_CRS);
CRS_CFGR &= ~CRS_CFGR_SYNCSRC;
CRS_CFGR |= CRS_CFGR_SYNCSRC_USB_SOF;
CRS_CR |= CRS_CR_AUTOTRIMEN;
CRS_CR |= CRS_CR_CEN;
}
}