From 5c5621aea1038b2cb7cf0ca90f5c2de8dde982d2 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sat, 13 Jun 2009 21:53:57 +0200 Subject: pressure_control: Add big power supply capacitors Signed-off-by: Michael Buesch --- pressure_control/firmware/main.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pressure_control/firmware') diff --git a/pressure_control/firmware/main.h b/pressure_control/firmware/main.h index 28b15c1..b229ade 100644 --- a/pressure_control/firmware/main.h +++ b/pressure_control/firmware/main.h @@ -57,11 +57,6 @@ struct pressure_state { /* True, if the current pressure value needs checking against * the desired pressure config. */ bool needs_checking; - /* Trigger count: - * >0 = waiting - * 0 = trigger now - * -1 = triggered and running. */ - int8_t sensor_trigger_cnt; }; void get_pressure_config(struct pressure_config *xy, -- cgit v1.2.3