1
0
Fork 0

Fixup build failures. (#19332)

This commit is contained in:
Nick Brassel 2022-12-15 09:56:30 +11:00 committed by GitHub
parent 2ea290f5b9
commit 64715084b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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});
}
};