diff options
Diffstat (limited to 'ports/stm32/boards/pllvalues.py')
-rw-r--r-- | ports/stm32/boards/pllvalues.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/stm32/boards/pllvalues.py b/ports/stm32/boards/pllvalues.py index 987b784a6..5558d04c5 100644 --- a/ports/stm32/boards/pllvalues.py +++ b/ports/stm32/boards/pllvalues.py @@ -4,7 +4,6 @@ the CPU frequency to a given value. The algorithm here appears as C code for the machine.freq() function. """ -from __future__ import print_function import re |