Added new XPLAIN serial Bridge project (thanks to John Steggall for the software UART code).
This commit is contained in:
parent
d3f11eb528
commit
c05c7c7df4
19 changed files with 2190 additions and 10 deletions
|
@ -229,7 +229,7 @@ ISR(USB_GEN_vect, ISR_BLOCK)
|
|||
#endif
|
||||
}
|
||||
|
||||
#if defined(INTERRUPT_CONTROL_ENDPOINT)
|
||||
#if defined(INTERRUPT_CONTROL_ENDPOINT) && defined(USB_CAN_BE_DEVICE)
|
||||
ISR(USB_COM_vect, ISR_BLOCK)
|
||||
{
|
||||
uint8_t PrevSelectedEndpoint = Endpoint_GetCurrentEndpoint();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue