Increased the speed of both software and hardware TPI/PDI programming modes of the AVRISP project.
This commit is contained in:
parent
10b9394a8b
commit
12a01ed72d
4 changed files with 10 additions and 5 deletions
|
@ -81,7 +81,7 @@
|
|||
#endif
|
||||
|
||||
/** Number of cycles between each clock when software USART mode is used */
|
||||
#define BITS_BETWEEN_USART_CLOCKS 100
|
||||
#define BITS_BETWEEN_USART_CLOCKS 80
|
||||
|
||||
/** Total number of bits in a single USART frame */
|
||||
#define BITS_IN_USART_FRAME 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue