Oops - need to revert changes made to ease testing of the software PDI programming mode.
This commit is contained in:
parent
5e12d436fa
commit
d2851b3351
3 changed files with 3 additions and 22 deletions
|
@ -59,6 +59,7 @@ ISR(TIMER1_COMPA_vect, ISR_BLOCK)
|
|||
if (!(SoftUSART_BitCount))
|
||||
return;
|
||||
|
||||
/* Check to see if we are at a rising or falling edge of the clock */
|
||||
if (BITBANG_PDICLOCK_PORT & BITBANG_PDICLOCK_MASK)
|
||||
{
|
||||
/* If at rising clock edge and we are in send mode, abort */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue