From 3fb2cf73af58ee001f6117b5b2d591496c378b58 Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Sun, 1 Nov 2020 21:13:24 -0800 Subject: [PATCH] update sampler can use python 3 comment --- Firmware/sampler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/sampler.py b/Firmware/sampler.py index 4fc25a97..a2da9ecf 100644 --- a/Firmware/sampler.py +++ b/Firmware/sampler.py @@ -3,7 +3,7 @@ # run openocd (0.9.0) with : # $ openocd -f interface/stlink-v2.cfg -f target/stm32f4x.cfg &> /dev/null & # then run -# $ python2 sampler.py path_to_myelf_with_symbols +# $ python sampler.py path_to_myelf_with_symbols # ctrl-c to stop sampling. # To terminate the openocd session, enter command "fg" then do ctrl-c.