Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
felHR85 committed Oct 3, 2014
1 parent 7d5645b commit b781d3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified bin/classes/com/felhr/usbserial/SerialBuffer.class
Binary file not shown.
Binary file modified bin/usbserial.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions src/com/felhr/usbserial/SerialBuffer.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ public SerialBuffer(boolean version)
{
readBuffer_compatible = new byte[DEFAULT_READ_BUFFER_SIZE];
}

}

//Debug

/*
* Print debug messages
*/
public void debug(boolean value)
{
debugging = value;
Expand Down

0 comments on commit b781d3a

Please sign in to comment.