aboutsummaryrefslogtreecommitdiff
path: root/examples/other/adc_temperature_sensor/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/other/adc_temperature_sensor/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