Remove dual ISR for software PDI mode, use a single ISR instead to reduce code complexity.
This commit is contained in:
parent
e322f14620
commit
5e12d436fa
3 changed files with 56 additions and 44 deletions
|
@ -66,7 +66,7 @@ MCU = at90usb1287
|
|||
# Target board (see library "Board Types" documentation, NONE for projects not requiring
|
||||
# LUFA board drivers). If USER is selected, put custom board drivers in a directory called
|
||||
# "Board" inside the application directory.
|
||||
BOARD = USBKEY
|
||||
BOARD = XPLAIN
|
||||
|
||||
|
||||
# Processor frequency.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue