forked from Hay1tsme/segatools
board/sg-led.c: Remove error path from update cmd
No way to return it to the host application anyway since this command is unacknowledged.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
struct sg_led_ops {
|
||||
HRESULT (*reset)(void *ctx);
|
||||
HRESULT (*set_color)(void *ctx, uint8_t r, uint8_t g, uint8_t b);
|
||||
void (*set_color)(void *ctx, uint8_t r, uint8_t g, uint8_t b);
|
||||
};
|
||||
|
||||
struct sg_led {
|
||||
|
Reference in New Issue
Block a user