From 55e576638e744b34021de662f0e8f4d9f5bbf6fd Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Thu, 23 Oct 2008 19:37:14 +0200 Subject: pressure_control: Add manual valve switching. Signed-off-by: Michael Buesch --- pressure_control/firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pressure_control/firmware/Makefile') diff --git a/pressure_control/firmware/Makefile b/pressure_control/firmware/Makefile index a725d24..f59f2b4 100644 --- a/pressure_control/firmware/Makefile +++ b/pressure_control/firmware/Makefile @@ -34,7 +34,7 @@ valves.o: util.h valves.h sensor.o: util.h sensor.h -remote.o: util.h remote.h calibration.h main.h +remote.o: util.h remote.h calibration.h main.h valves.h %.s: %.c $(CC) $(CFLAGS) -S $*.c -- cgit v1.2.3