From d3890f9b326600278c286093efd680e81be33b46 Mon Sep 17 00:00:00 2001 From: Thomas Otto Date: Tue, 13 Apr 2010 22:38:24 +0200 Subject: Added systick example to Makefile. --- examples/other/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/other/Makefile b/examples/other/Makefile index ac70828..868388e 100644 --- a/examples/other/Makefile +++ b/examples/other/Makefile @@ -24,7 +24,7 @@ Q := @ MAKEFLAGS += --no-print-directory endif -all: i2c_stts75_sensor adc_temperature_sensor dma_mem2mem timer_interrupt +all: i2c_stts75_sensor adc_temperature_sensor dma_mem2mem timer_interrupt systick i2c_stts75_sensor: @printf " BUILD examples/other/i2c_stts75_sensor\n" -- cgit v1.2.3