PebbleProtocol: add missing assignment

master
Andreas Shimokawa 2015-08-16 13:13:53 +02:00
parent 6af0bb2754
commit 48f5931043
1 changed files with 1 additions and 1 deletions

View File

@ -1215,7 +1215,7 @@ public class PebbleProtocol extends GBDeviceProtocol {
devEvt = decodeResponsePing(buf);
break;
case ENDPOINT_APPFETCH:
decodeAppFetch(buf);
devEvt = decodeAppFetch(buf);
break;
default:
break;