From 8421080c367083e01e07569d82ea4fe6f63cb86c Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Thu, 23 Oct 2008 21:43:33 +0200 Subject: pressure_control: Implement RX timeout Signed-off-by: Michael Buesch --- pressure_control/firmware/remote.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pressure_control/firmware/remote.h') diff --git a/pressure_control/firmware/remote.h b/pressure_control/firmware/remote.h index ad67540..9aabfe9 100644 --- a/pressure_control/firmware/remote.h +++ b/pressure_control/firmware/remote.h @@ -78,6 +78,7 @@ void remote_pressure_change_notification(uint16_t mbar, uint16_t hysteresis); void remote_work(void); +void remote_1khz_work(void); void remote_init(void); #endif /* REMOTE_H_ */ -- cgit v1.2.3