forked from Hay1tsme/segatools
chuniio: use HRESULT instead of int for chuni_io_led_init()
This commit is contained in:
@ -15,5 +15,5 @@
|
||||
#include "chuniio/config.h"
|
||||
|
||||
extern HANDLE led_init_mutex;
|
||||
int led_output_init(struct chuni_io_config* const cfg);
|
||||
HRESULT led_output_init(struct chuni_io_config* const cfg);
|
||||
void led_output_update(uint8_t board, const byte* rgb);
|
||||
|
Reference in New Issue
Block a user