diff options
Diffstat (limited to 'Demos/Device/LowLevel/Mouse/Mouse.c')
| -rw-r--r-- | Demos/Device/LowLevel/Mouse/Mouse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Device/LowLevel/Mouse/Mouse.c b/Demos/Device/LowLevel/Mouse/Mouse.c index 70ed82cc..3fce5221 100644 --- a/Demos/Device/LowLevel/Mouse/Mouse.c +++ b/Demos/Device/LowLevel/Mouse/Mouse.c @@ -61,6 +61,7 @@ int main(void) SetupHardware();
LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY);
+ sei();
for (;;)
{
|
