From 74b9ff28228e3858ef4bc181a34a9acf9ca6be79 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Thu, 11 Oct 2012 15:16:33 -0400 Subject: remove unused stopbit and echo settings --- globals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'globals.h') diff --git a/globals.h b/globals.h index a630c15..995f399 100644 --- a/globals.h +++ b/globals.h @@ -408,10 +408,10 @@ typedef struct { int baud; /* 130 */ char parity; // no longer used - char stopbits; + char stopbits; // no longer used char databits; // no longer used char hardhand; - char echo; + char echo; // no longer used char spare1[23]; /* 139 */ -- cgit