android/gatt: Fix duplicate const

This commit is contained in:
Luiz Augusto von Dentz 2014-07-01 15:03:26 +03:00
parent fad2138c4a
commit 90af2bb55c

View File

@ -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",