aboutsummaryrefslogtreecommitdiff
path: root/comms/rxtx/files/patch-src-gnu-io-SerialPortEvent.java
blob: c8c1137558d4c0095c05583302751639dec4aae9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/gnu/io/SerialPortEvent.java.orig	2007-04-26 05:26:06 UTC
+++ src/gnu/io/SerialPortEvent.java
@@ -76,6 +76,8 @@ public class SerialPortEvent extends Eve
 	public static final int PE                  =8;
 	public static final int FE                  =9;
 	public static final int BI                 =10;
+	
+	private final static boolean debug = "true".equals( System.getProperty( "gnu.io.rxtx.DEBUG" ) );
 
 	private boolean OldValue;
 	private boolean NewValue;