forked from TeamTofuShop/segatools
chuniio: use HRESULT instead of int for chuni_io_led_init()
This commit is contained in:
@ -166,7 +166,7 @@ static unsigned int __stdcall chuni_io_slider_thread_proc(void *ctx)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int chuni_io_led_init()
|
||||
HRESULT chuni_io_led_init(void)
|
||||
{
|
||||
return led_output_init(&chuni_io_cfg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user