Adding LED function pointers
This commit is contained in:
parent
35393fa9dc
commit
eba9a7d74d
4 changed files with 38 additions and 6 deletions
|
@ -33,6 +33,8 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
void led_set(uint8_t usb_led);
|
||||
void * led_set_kb(uint8_t usb_led);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue