Changed GenericHID device demo to use the LUFA scheduler, added INTERRUPT_DATA_ENDPOINT and INTERRUPT_CONTROL_ENDPOINT compile time options.

This commit is contained in:
Dean Camera 2009-04-01 07:43:50 +00:00
parent 6198289b38
commit ece9e3d599
8 changed files with 113 additions and 6 deletions

View file

@ -545,4 +545,3 @@ ISR(ENDPOINT_PIPE_vect, ISR_BLOCK)
}
#endif
}