diff options
Diffstat (limited to 'tests/pyb/pyb_f411.py')
-rw-r--r-- | tests/pyb/pyb_f411.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pyb/pyb_f411.py b/tests/pyb/pyb_f411.py index 50de30282..58d5fa2d4 100644 --- a/tests/pyb/pyb_f411.py +++ b/tests/pyb/pyb_f411.py @@ -2,8 +2,8 @@ import os, pyb -if not 'STM32F411' in os.uname().machine: - print('SKIP') +if not "STM32F411" in os.uname().machine: + print("SKIP") raise SystemExit print(pyb.freq()) |