mirror of
https://xff.cz/git/pinephone-keyboard
synced 2024-11-15 13:15:02 -05:00
Fix no-USB build of the stock firwmare
This commit is contained in:
parent
4b3d885b61
commit
61e90842de
@ -1897,6 +1897,12 @@ static void usb_init(void)
|
||||
P0_EIE2 |= BIT(2);
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
void usb_interrupt(void) __interrupt(IRQ_USB) __using(1)
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
static void usb_disable(void)
|
||||
|
Loading…
Reference in New Issue
Block a user