Skip to content

Commit 3fb2cf7

Browse files
committed
update sampler can use python 3 comment
1 parent 1d0fcc5 commit 3fb2cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/sampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# run openocd (0.9.0) with :
44
# $ openocd -f interface/stlink-v2.cfg -f target/stm32f4x.cfg &> /dev/null &
55
# then run
6-
# $ python2 sampler.py path_to_myelf_with_symbols
6+
# $ python sampler.py path_to_myelf_with_symbols
77
# ctrl-c to stop sampling.
88
# To terminate the openocd session, enter command "fg" then do ctrl-c.
99

0 commit comments

Comments
 (0)