Oops - need to revert changes made to ease testing of the software PDI programming mode.

This commit is contained in:
Dean Camera 2010-02-21 22:15:52 +00:00
parent 5e12d436fa
commit d2851b3351
3 changed files with 3 additions and 22 deletions

View file

@ -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 */