# HG changeset patch # User Malte Bayer # Date 1323510684 -3600 # Node ID c3460121ad8b8266a0643b84e4fae46c88844e44 # Parent 369487be7c656e579e68ff376d1dddbfb07e2018 fix: pitlane response missing diff -r 369487be7c65 -r c3460121ad8b pitlane/main.c --- a/pitlane/main.c Fri Dec 09 22:30:55 2011 +0100 +++ b/pitlane/main.c Sat Dec 10 10:51:24 2011 +0100 @@ -342,10 +342,15 @@ } } sens[1].car = 0; + // TODO: At the moment, all "inside" cars gets exit response, but probably only the last response will be sent + // we have to detect which car is passing sensor2 - but at the moment we are lack of external interrupt source if ( (PIN(SENS2_PORT) & _BV(SENS2_PIN)) != 0 ) { // set inside status for (tmp=0; tmp