aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/lisa-m-2/adc_injec_timtrig_irq_4ch
diff options
context:
space:
mode:
authorStephen Dwyer2012-10-05 11:47:33 -0600
committerStephen Dwyer2012-10-07 15:38:02 -0600
commit794f3fbeda3ec1dc7de1b9023eef44e4169a7ea1 (patch)
treecb122da5a6a0eb5726d8701497f7d93d765e8743 /examples/stm32/f1/lisa-m-2/adc_injec_timtrig_irq_4ch
parentbece4c30d3b953cd7f469d9db06559ca443df189 (diff)
oops, had to update bin names in makefiles for adc examples
Diffstat (limited to 'examples/stm32/f1/lisa-m-2/adc_injec_timtrig_irq_4ch')
-rw-r--r--examples/stm32/f1/lisa-m-2/adc_injec_timtrig_irq_4ch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32/f1/lisa-m-2/adc_injec_timtrig_irq_4ch/Makefile b/examples/stm32/f1/lisa-m-2/adc_injec_timtrig_irq_4ch/Makefile
index 20355ce..d9a74a2 100644
--- a/examples/stm32/f1/lisa-m-2/adc_injec_timtrig_irq_4ch/Makefile
+++ b/examples/stm32/f1/lisa-m-2/adc_injec_timtrig_irq_4ch/Makefile
@@ -17,7 +17,7 @@
## along with this library. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = adc
+BINARY = adc_injec_timtrig_irq_4ch
# Comment the following line if you _don't_ have luftboot flashed!
LDFLAGS += -Wl,-Ttext=0x8002000
CFLAGS += -std=c99