This confuses the poor RCD 310... (will need to revert!)
authornorly <ny-git@enpas.org>
Sat, 11 Mar 2017 23:25:45 +0000 (00:25 +0100)
committernorly <ny-git@enpas.org>
Sat, 11 Mar 2017 23:25:45 +0000 (00:25 +0100)
vw-nm.c

diff --git a/vw-nm.c b/vw-nm.c
index 689cf694db56450e12bd639c60d77b4636bb1d0c..50863aac7e8fde2c932163aa927ffc48eaaa8f89 100644 (file)
--- a/vw-nm.c
+++ b/vw-nm.c
@@ -136,7 +136,7 @@ static void nm_handle_can_frame(struct NM_Main *nm, struct can_frame *frame)
                                 * connectivity.
                                 */
                                nm->tv.tv_sec = 0;
-                               nm->tv.tv_usec = NM_USECS_OTHER_TURN;
+                               nm->tv.tv_usec = NM_USECS_LIMP_HOME;
                        }
                        break;
                case NM_MAIN_LOGIN:
@@ -183,7 +183,7 @@ static void nm_buildframe(struct NM_Main *nm, struct can_frame *frame)
 static void nm_timeout_callback(struct NM_Main *nm, struct can_frame *frame)
 {
        nm->tv.tv_sec = 0;
-       nm->tv.tv_usec = NM_USECS_OTHER_TURN;
+       nm->tv.tv_usec = NM_USECS_LIMP_HOME;
 
        nm_buildframe(nm, frame);
 }