Fixup build failures. (#19332)
This commit is contained in:
parent
2ea290f5b9
commit
64715084b2
4 changed files with 4 additions and 4 deletions
|
@ -221,7 +221,7 @@ extern "C"
|
|||
kbd3.SetReport(0, 0, 2, 0, 1, &usb_led);
|
||||
kbd4.SetReport(0, 0, 2, 0, 1, &usb_led);
|
||||
led_set_user(usb_led);
|
||||
led_update_kb((led_t)usb_led)
|
||||
led_update_kb((led_t){.raw = usb_led});
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue