Diff between fad2138c4af0b0d46dd7ac65104eb9d2ad05bf0b and 90af2bb55c62e34391557178a2b86ba03ca0b0a2
Changed Files
| File | Additions | Deletions | Status |
| android/gatt.c | +1 | -1 | modified |
Full Patch
diff --git a/android/gatt.c b/android/gatt.c
index 677a337..95de221 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -82,7 +82,7 @@ typedef enum {
DEVICE_CONNECTED, /* connection has been established */
} gatt_device_state_t;
-static const char const *device_state_str[] = {
+static const char *device_state_str[] = {
"DISCONNECTED",
"CONNECT INIT",
"CONNECT READY",