diff options
Diffstat (limited to 'liblight/lights.c')
-rwxr-xr-x | liblight/lights.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liblight/lights.c b/liblight/lights.c index 1b54896..bee698a 100755 --- a/liblight/lights.c +++ b/liblight/lights.c @@ -118,7 +118,7 @@ static struct hw_module_methods_t lights_module_methods = { .open = open_lights, }; -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, |