1
0
Fork 0

Fixup the cluepad code

This commit is contained in:
skullY 2016-04-05 20:27:40 -07:00
parent 34dd96187c
commit 0da53d3811
4 changed files with 13 additions and 13 deletions

View file

@ -6,7 +6,7 @@
int pwm_level;
void led_set(uint8_t usb_led)
void led_set_kb(uint8_t usb_led)
{
print("led_set\n");
}