diff options
Diffstat (limited to 'src/stm32/stm32f0.c')
-rw-r--r-- | src/stm32/stm32f0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32/stm32f0.c b/src/stm32/stm32f0.c index 9c536915..a6d5e069 100644 --- a/src/stm32/stm32f0.c +++ b/src/stm32/stm32f0.c @@ -219,7 +219,7 @@ armcm_main(void) // Turn on hsi14 oscillator for ADC hsi14_setup(); - // Support alternate USB/CAN pins on stm32f042 + // Support pin remapping USB/CAN pins on low pinout stm32f042 #ifdef SYSCFG_CFGR1_PA11_PA12_RMP if (CONFIG_STM32F042_PIN_SWAP) { enable_pclock(SYSCFG_BASE); |