mirror of
https://xff.cz/git/pinephone-keyboard/
synced 2024-11-09 22:15:42 +01:00
Fix no-USB build of the stock firwmare
This commit is contained in:
parent
4b3d885b61
commit
61e90842de
1 changed files with 6 additions and 0 deletions
|
@ -1897,6 +1897,12 @@ static void usb_init(void)
|
||||||
P0_EIE2 |= BIT(2);
|
P0_EIE2 |= BIT(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
void usb_interrupt(void) __interrupt(IRQ_USB) __using(1)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void usb_disable(void)
|
static void usb_disable(void)
|
||||||
|
|
Loading…
Reference in a new issue