summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android/gatt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/gatt.c b/android/gatt.c
index 677a337bb..95de221d2 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",