From 778e4889e1897c022906c56d0764fe163e24355b Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 8 Mar 2014 17:22:49 +0100 Subject: gyroscope: Rename to gyro --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b273b86..9f3ae5c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ MCU = atmega88 all: sanduhr.hex -sanduhr.elf: main.c i2c.c i2c.h uart.c uart.h timer.c timer.h gyroscope.c gyroscope.h +sanduhr.elf: main.c i2c.c i2c.h uart.c uart.h timer.c timer.h gyro.c gyro.h avr-gcc -std=gnu99 -mmcu=$(MCU) -Os -o $@ $^ sanduhr.hex: sanduhr.elf -- cgit v1.2.3