Fix typo
This commit is contained in:
parent
1073303849
commit
7591d4a8af
|
@ -368,7 +368,7 @@ public final class BtLEQueue {
|
|||
try {
|
||||
getCallbackToUse().onCharacteristicRead(gatt, characteristic, status);
|
||||
} catch (Throwable ex) {
|
||||
LOG.error("onCharaceristicRead: " + ex.getMessage(), ex);
|
||||
LOG.error("onCharacteristicRead: " + ex.getMessage(), ex);
|
||||
}
|
||||
}
|
||||
checkWaitingCharacteristic(characteristic, status);
|
||||
|
|
Loading…
Reference in New Issue