diff options
Diffstat (limited to 'tests/pyb/pyb_f411.py')
-rw-r--r-- | tests/pyb/pyb_f411.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/pyb/pyb_f411.py b/tests/pyb/pyb_f411.py deleted file mode 100644 index 58d5fa2d41..0000000000 --- a/tests/pyb/pyb_f411.py +++ /dev/null @@ -1,9 +0,0 @@ -# test pyb module on F411 MCUs - -import os, pyb - -if not "STM32F411" in os.uname().machine: - print("SKIP") - raise SystemExit - -print(pyb.freq()) |