From 3882f8f96ffbdf9b86e26281280df9feecdab437 Mon Sep 17 00:00:00 2001 From: Thomas Otto Date: Wed, 24 Mar 2010 20:41:27 +0100 Subject: Fixed binary name in README --- examples/other/adc_temperature_sensor/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3