diff -r 7ed95dbadf1f -r e0738355b517 blackbox/lowlevel.c --- a/blackbox/lowlevel.c Sat Dec 17 13:35:40 2011 +0100 +++ b/blackbox/lowlevel.c Sat Dec 17 14:11:16 2011 +0100 @@ -78,7 +78,7 @@ // switch pull-ups SW_FUEL_PORT |= _BV(SW_FUEL); SW_START_PORT |= _BV(SW_START); - SW_PACECAR_PORT |= _BV(SW_PACECAR); + //SW_PACECAR_PORT |= _BV(SW_PACECAR); // control outputs DDR(LAP_COUNTER_PORT) |= _BV(LAP_COUNTER);