aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Otto2010-03-24 20:41:27 +0100
committerThomas Otto2010-03-24 20:41:27 +0100
commit3882f8f96ffbdf9b86e26281280df9feecdab437 (patch)
treedc8eec0e91848f049fdfcf6574d3f699facd1db8
parent384a7e688e9a306e3d12459f1b24f9dd4d6c2848 (diff)
Fixed binary name in README
-rw-r--r--examples/other/adc_temperature_sensor/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/other/adc_temperature_sensor/README b/examples/other/adc_temperature_sensor/README
index 1883194..b049e10 100644
--- a/examples/other/adc_temperature_sensor/README
+++ b/examples/other/adc_temperature_sensor/README
@@ -39,7 +39,7 @@ Or you can do the same manually via:
$ openocd -f interface/jtagkey-tiny.cfg -f target/stm32.cfg
$ telnet localhost 4444
> reset halt
- > flash write_image erase i2c_stts75_sensor.hex
+ > flash write_image erase adc.hex
> reset
Replace the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or