diff options
Diffstat (limited to 'quantum/led.c')
| -rw-r--r-- | quantum/led.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/led.c b/quantum/led.c index 42525090b..9cdb8a5c2 100644 --- a/quantum/led.c +++ b/quantum/led.c | |||
| @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 22 | __attribute__ ((weak)) | 22 | __attribute__ ((weak)) |
| 23 | void led_set_kb(uint8_t usb_led) { | 23 | void led_set_kb(uint8_t usb_led) { |
| 24 | 24 | ||
| 25 | }; | 25 | } |
| 26 | 26 | ||
| 27 | void led_set(uint8_t usb_led) | 27 | void led_set(uint8_t usb_led) |
| 28 | { | 28 | { |
