From a1c8fe578c837ec39872d2b2c588b02db3dc8955 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sun, 22 Nov 2009 16:55:39 +0100 Subject: pressure_control: Fix typo Signed-off-by: Michael Buesch --- pressure_control/firmware/valves.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pressure_control/firmware/valves.h') diff --git a/pressure_control/firmware/valves.h b/pressure_control/firmware/valves.h index 977120e..f825540 100644 --- a/pressure_control/firmware/valves.h +++ b/pressure_control/firmware/valves.h @@ -52,7 +52,7 @@ struct valves { port_1open, bit_1open, \ force_thres) \ struct valves name = { \ - .type = VALVES_2MAG, \ + .type = VALVES_1MAG, \ .state_force_threshold = force_thres, \ .open0 = { \ .ddr = _SFR_ADDR(DDR##port_0open), \ -- cgit v1.2.3