projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
CI: Update pipeline names.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Core
/
Events.c
diff --git
a/LUFA/Drivers/USB/Core/Events.c
b/LUFA/Drivers/USB/Core/Events.c
index
df21f50
..
1aeb98e
100644
(file)
--- a/
LUFA/Drivers/USB/Core/Events.c
+++ b/
LUFA/Drivers/USB/Core/Events.c
@@
-39,10
+39,13
@@
void USB_Event_Stub(void)
void USB_Event_Stub_2(const uint8_t _1)
{
+ (void)_1;
USB_Event_Stub();
}
void USB_Event_Stub_3(const uint8_t _1, const uint8_t _2)
{
+ (void)_1;
+ (void)_2;
USB_Event_Stub();
}