mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-18 20:35:57 +02:00
Remove redundant declaration.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -238,7 +238,6 @@ void card_exit(void) {
|
|||||||
}
|
}
|
||||||
extern void hid_task(void);
|
extern void hid_task(void);
|
||||||
extern void ccid_task(void);
|
extern void ccid_task(void);
|
||||||
extern void emul_task(void);
|
|
||||||
void usb_task(void) {
|
void usb_task(void) {
|
||||||
#ifdef USB_ITF_HID
|
#ifdef USB_ITF_HID
|
||||||
hid_task();
|
hid_task();
|
||||||
|
|||||||
Reference in New Issue
Block a user