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