Skip to content

Commit 383f864

Browse files
authored
fix input.volts getter (#486)
1 parent 0524295 commit 383f864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lualink.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ static const struct luaL_Reg libCrow[]=
812812
// io
813813
// , { "get_state" , _get_state }
814814
, { "set_output_scale" , _set_scale }
815-
// , { "io_get_input" , _io_get_input }
815+
, { "io_get_input" , _io_get_input }
816816
, { "set_input_none" , _set_input_none }
817817
, { "set_input_stream" , _set_input_stream }
818818
, { "set_input_change" , _set_input_change }

0 commit comments

Comments
 (0)