update sampler can use python 3 comment

This commit is contained in:
Oskar Weigl
2020-11-01 21:13:24 -08:00
parent 1d0fcc5fcf
commit 3fb2cf73af
+1 -1
View File
@@ -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.