Merge pull request #228 from rp-rs/fix-readme-picoprobe

fix picoprobe/picotool mix up
This commit is contained in:
Jonathan 'theJPster' Pallant 2021-12-04 13:09:16 +00:00 committed by GitHub
commit 88bd408bc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -318,7 +318,7 @@ $ cargo run --release --example pico_pwm_blink
As ELF files produced by compiling Rust code are completely compatible with ELF
files produced by compiling C or C++ code, you can also use the Raspberry Pi
tool [picoprobe](https://github.com/raspberrypi/picotool). The only thing to be
tool [picotool](https://github.com/raspberrypi/picotool). The only thing to be
aware of is that picotool expects your ELF files to have a `.elf` extension, and
by default Rust does not give the ELF files any extension. You can fix this by
simply renaming the file.