Diff between a4e44d955a91759cc673dad1e102e6c32209d813 and 921a4d86c15b05fe39fd84152929b05753ea67ab
Changed Files
| File | Additions | Deletions | Status |
| android/tester-hidhost.c | +1 | -1 | modified |
Full Patch
diff --git a/android/tester-hidhost.c b/android/tester-hidhost.c
index c6296aa..c7e3a67 100644
--- a/android/tester-hidhost.c
+++ b/android/tester-hidhost.c
@@ -57,7 +57,7 @@ struct emu_cid_data {
uint16_t intr_cid;
};
-struct emu_cid_data cid_data;
+static struct emu_cid_data cid_data;
static const uint8_t did_req_pdu[] = { 0x06, /* PDU id */
0x00, 0x00, /* Transaction id */