diff options
-rw-r--r-- | btif/src/bluetooth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/btif/src/bluetooth.c b/btif/src/bluetooth.c index b6cbc39..f7e80d9 100644 --- a/btif/src/bluetooth.c +++ b/btif/src/bluetooth.c @@ -403,7 +403,7 @@ static struct hw_module_methods_t bt_stack_module_methods = { .open = open_bluetooth_stack, }; -const struct hw_module_t HAL_MODULE_INFO_SYM = { +struct hw_module_t HAL_MODULE_INFO_SYM = { .tag = HARDWARE_MODULE_TAG, .version_major = 1, .version_minor = 0, |