diff options
-rw-r--r-- | wirish/stm32f2/boards_setup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wirish/stm32f2/boards_setup.cpp b/wirish/stm32f2/boards_setup.cpp index dd872d3..5764dd0 100644 --- a/wirish/stm32f2/boards_setup.cpp +++ b/wirish/stm32f2/boards_setup.cpp @@ -112,7 +112,7 @@ namespace wirish { // We need SYSCFG for external interrupts syscfg_init(); // Turn on the I/O compensation cell, since we drive the - // GPIOs quickly be default. + // GPIOs quickly by default. syscfg_enable_io_compensation(); } |