1
0
Fork 0

Adding LED function pointers

This commit is contained in:
IBNobody 2016-03-15 23:52:51 -05:00
parent 35393fa9dc
commit eba9a7d74d
4 changed files with 38 additions and 6 deletions

View file

@ -33,6 +33,8 @@ extern "C" {
#endif
void led_set(uint8_t usb_led);
void * led_set_kb(uint8_t usb_led);
#ifdef __cplusplus
}