From a859b3b8b96fdfbab5092383235c2147e986e4c7 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 28 Jun 2012 01:53:18 -0300 Subject: [PATCH] fw/proto.h (TP_BWD_START_DEFAULT): raise from 50 ms to 70 ms, like TP_FWD_START_DEFAULT Going to the longer aluminium stick changed the timing a bit. --- fw/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fw/proto.h b/fw/proto.h index c691ea2..5f119e5 100644 --- a/fw/proto.h +++ b/fw/proto.h @@ -45,7 +45,7 @@ enum pck_type { #define PX_BWD_RIGHT_DEFAULT (MAX_LINES-1) #define TP_FWD_START_DEFAULT 70000 /* 70 ms */ -#define TP_BWD_START_DEFAULT 50000 /* 50 ms */ +#define TP_BWD_START_DEFAULT 70000 /* 70 ms */ #define TP_FWD_PIX_DEFAULT 1100 /* 1.1 ms */ #define TP_BWD_PIX_DEFAULT 1100 /* 1.1 ms */