Skip to content

Commit

Permalink
liblights: fix struct definition
Browse files Browse the repository at this point in the history
  • Loading branch information
C3C0 committed Jul 18, 2012
1 parent 396ebbc commit 0734a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liblights/lights.c
Expand Up @@ -234,7 +234,7 @@ static struct hw_module_methods_t lights_module_methods = {
};


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,
Expand Down

0 comments on commit 0734a82

Please sign in to comment.