Added source jars for Spongy Castle, fixed some indentation.

This commit is contained in:
akwizgran
2013-01-02 22:28:01 +00:00
parent 15837c4d24
commit f638f1b44e
5 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ class ModemImpl implements Modem, WriteHandler, SerialPortEventListener {
}
try {
// Open the serial port
port.openPort();
port.openPort();
// Find a suitable baud rate and initialise the modem
try {
boolean foundBaudRate = false;