Skip to content

Commit

Permalink
1.change
Browse files Browse the repository at this point in the history
  • Loading branch information
finald committed Aug 9, 2017
1 parent 5895505 commit 7f42201
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class SerialPortReceiveThread implements Runnable {
private final String TAG = "SerialPortReceiveThread";

private ISerialPortReceiver mSerialPortReceiver;
private boolean mStop = false;
private volatile boolean mStop = false;
private SerialPort mSerialPort;
private long mReceiveTime = 0;
private LinkedList<String> mReceivedList = new LinkedList<String>();
Expand Down

0 comments on commit 7f42201

Please sign in to comment.