Skip to content

Commit

Permalink
fix input.volts getter (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentgill authored Jun 1, 2023
1 parent 0524295 commit 383f864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lualink.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ static const struct luaL_Reg libCrow[]=
// io
// , { "get_state" , _get_state }
, { "set_output_scale" , _set_scale }
// , { "io_get_input" , _io_get_input }
, { "io_get_input" , _io_get_input }
, { "set_input_none" , _set_input_none }
, { "set_input_stream" , _set_input_stream }
, { "set_input_change" , _set_input_change }
Expand Down

0 comments on commit 383f864

Please sign in to comment.