mu3: hotfix for calling mu3_io_led_set_colors

This commit is contained in:
2024-05-16 08:10:05 +02:00
parent 3bfb046afc
commit d8b3d41809
3 changed files with 7 additions and 4 deletions

View File

@ -166,7 +166,7 @@ static HRESULT mu3_io4_write_gpio(uint8_t* payload, size_t len)
lights_data & MU3_IO_LED_R3_B ? 0xFF : 0x00,
};
mu3_io_led_set_colors(1, rgb_out);
mu3_dll.led_set_leds(1, rgb_out);
return S_OK;
}