Skip to content

Commit

Permalink
Fix issue #2753
Browse files Browse the repository at this point in the history
  • Loading branch information
galjonsfigur committed May 31, 2019
1 parent 5f43a41 commit b56ac46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/ads1115.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ LROT_BEGIN(ads1115_instance)
#ifdef ADS1115_INCLUDE_TEST_FUNCTION
LROT_FUNCENTRY( test_volt_conversion, test_volt_conversion )
#endif
LROT_TABENTRY( "__index", ads1115_instance )
LROT_TABENTRY( __index, ads1115_instance )
LROT_FUNCENTRY( __gc, ads1115_lua_delete )
LROT_END(ads1115_instance, ads1115_instance, LROT_MASK_GC_INDEX )

Expand Down

0 comments on commit b56ac46

Please sign in to comment.