diff options
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index c27c3aba6..2e5e6376b 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -1116,7 +1116,7 @@ __attribute__((weak)) void led_set(uint8_t usb_led) { | |||
| 1116 | #endif | 1116 | #endif |
| 1117 | 1117 | ||
| 1118 | led_set_kb(usb_led); | 1118 | led_set_kb(usb_led); |
| 1119 | led_update_kb((led_t) usb_led); | 1119 | led_update_kb((led_t)usb_led); |
| 1120 | } | 1120 | } |
| 1121 | 1121 | ||
| 1122 | //------------------------------------------------------------------------------ | 1122 | //------------------------------------------------------------------------------ |
