diff --git a/bootloader168-diecimila/ATmegaBOOT_168.c b/bootloader168-diecimila/ATmegaBOOT_168.c index 2f622581a..f7018075f 100755 --- a/bootloader168-diecimila/ATmegaBOOT_168.c +++ b/bootloader168-diecimila/ATmegaBOOT_168.c @@ -260,8 +260,11 @@ int main(void) BL_PORT |= _BV(BL0); BL_PORT |= _BV(BL1); #else + /* We run the bootloader regardless of the state of this pin. Thus, don't + put it in a different state than the other pins. --DAM, 070709 BL_DDR &= ~_BV(BL); BL_PORT |= _BV(BL); + */ #endif