intercom: make sure extruder switches to listen mode

This commit is contained in:
Markus Amsler 2011-03-12 16:06:35 +01:00 committed by Michael Moon
parent 5656c5050c
commit 3a271ee487
1 changed files with 4 additions and 0 deletions

View File

@ -230,5 +230,9 @@ int main (void)
break; break;
} }
} }
if (intercom_flags & FLAG_TX_FINISHED) {
WRITE(TX_ENABLE_PIN,0);
}
} }
} }